]> code.ossystems Code Review - openembedded-core.git/commit
roofs_*.bbclass: fix missing vardeps for do_rootfs
authorLoic Domaigne <tech@domaigne.com>
Mon, 16 Nov 2020 21:24:39 +0000 (22:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Nov 2020 21:53:10 +0000 (21:53 +0000)
commite5329464f5ebad909c4c9bd27a718bbd8f4cc221
treec0e31b799e8b205a18b99ad9958d56b8f0e7e7ed
parent689df7eb86103b59304ceb5b69bf544cc3fe3f6c
roofs_*.bbclass: fix missing vardeps for do_rootfs

As per lib/oe/rootfs.py and lib/oe/package_manager/???/__init__.py
the PACKAGE_FEED baseurl is defined as the joined paths of:
URIS/BASE_PATHS/ARCHS

Therefore, the do_rootfs task should depend furthermore on
PACKAGE_FEED_{BASE_PATHS,ARCHS} to properly retrigger a build if
the value changes.

Signed-off-by: Loic Domaigne (ljd) <tech@domaigne.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass