mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
package_ipk.bbclass: add PACKAGE_ADD_METADATA_IPK to sstate variables
Add PACKAGE_ADD_METADATA_IPK to IPKEXTRAVARS so it affects the sstate hash of do_package_write_ipk. (From OE-Core rev: 4147f0d7a1c2a35cb12e76ed910ef7f066bab90b) Signed-off-by: Michael Ho <Michael.Ho@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1dfd6dad27
commit
4fd59ec033
@@ -238,7 +238,7 @@ def ipk_write_pkg(pkg, d):
|
||||
bb.utils.unlockfile(lf)
|
||||
|
||||
# Have to list any variables referenced as X_<pkg> that aren't in pkgdata here
|
||||
IPKEXTRAVARS = "PRIORITY MAINTAINER PACKAGE_ARCH HOMEPAGE"
|
||||
IPKEXTRAVARS = "PRIORITY MAINTAINER PACKAGE_ARCH HOMEPAGE PACKAGE_ADD_METADATA_IPK"
|
||||
ipk_write_pkg[vardeps] += "${@gen_packagevar(d, 'IPKEXTRAVARS')}"
|
||||
|
||||
# Otherwise allarch packages may change depending on override configuration
|
||||
|
||||
Reference in New Issue
Block a user