]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
overlayfs: add missing vardeps
authorChristoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com>
Tue, 20 Feb 2024 11:28:26 +0000 (12:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Feb 2024 22:18:17 +0000 (22:18 +0000)
Fixes [YOCTO #15120]

Consider OVERLAYFS_WRITABLE_PATHS as dependecy of do_create_overlayfs_units() in
order to rebuild the recipe when changing the used mount point.

Tested in a local recipe by changing the used mount point and verified that the
recipe was re-build: passed

Signed-off-by: Christoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/overlayfs.bbclass

index 53d65d7531174e1be3797fb2f73ab8f54f90d005..a82763ec102ccf8f61d99c499a3485c4046c75ba 100644 (file)
@@ -138,4 +138,5 @@ do_install:append() {
     done
 }
 
+do_create_overlayfs_units[vardeps] += "OVERLAYFS_WRITABLE_PATHS"
 addtask create_overlayfs_units before do_install