summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
authorChristoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com>2024-02-20 12:28:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-21 22:18:17 +0000
commit65423847ac843682d4670d41a94d509f18ce8735 (patch)
tree882e7d84821312f16e77fd4928600dbfc8f42388 /meta/classes-recipe
parentb4e00248049c2627b05eafa9313a48cf253623fa (diff)
downloadopenembedded-core-contrib-65423847ac843682d4670d41a94d509f18ce8735.tar.gz
overlayfs: add missing vardeps
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>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/overlayfs.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/overlayfs.bbclass b/meta/classes-recipe/overlayfs.bbclass
index 53d65d7531..a82763ec10 100644
--- a/meta/classes-recipe/overlayfs.bbclass
+++ b/meta/classes-recipe/overlayfs.bbclass
@@ -138,4 +138,5 @@ do_install:append() {
done
}
+do_create_overlayfs_units[vardeps] += "OVERLAYFS_WRITABLE_PATHS"
addtask create_overlayfs_units before do_install