mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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 (From OE-Core rev: 65423847ac843682d4670d41a94d509f18ce8735) Signed-off-by: Christoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fc8e5d7c13
commit
48f2d03183
|
@ -138,4 +138,5 @@ do_install:append() {
|
|||
done
|
||||
}
|
||||
|
||||
do_create_overlayfs_units[vardeps] += "OVERLAYFS_WRITABLE_PATHS"
|
||||
addtask create_overlayfs_units before do_install
|
||||
|
|
Loading…
Reference in New Issue
Block a user