diff options
| author | Michael Ho <Michael.Ho@bmw.de> | 2020-05-25 10:22:59 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-25 22:25:53 +0100 |
| commit | 4fd59ec033a1432fbdc3a4f0fb4ce529afec470e (patch) | |
| tree | 52cf3421cceec49b6b88192322cda82cdf27c2db /meta/classes | |
| parent | 1dfd6dad27c0dea1ec6bb20e4bee8f42ae20c525 (diff) | |
| download | poky-4fd59ec033a1432fbdc3a4f0fb4ce529afec470e.tar.gz | |
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>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index c008559e4a..79cb36c513 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
| @@ -238,7 +238,7 @@ def ipk_write_pkg(pkg, d): | |||
| 238 | bb.utils.unlockfile(lf) | 238 | bb.utils.unlockfile(lf) |
| 239 | 239 | ||
| 240 | # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here | 240 | # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here |
| 241 | IPKEXTRAVARS = "PRIORITY MAINTAINER PACKAGE_ARCH HOMEPAGE" | 241 | IPKEXTRAVARS = "PRIORITY MAINTAINER PACKAGE_ARCH HOMEPAGE PACKAGE_ADD_METADATA_IPK" |
| 242 | ipk_write_pkg[vardeps] += "${@gen_packagevar(d, 'IPKEXTRAVARS')}" | 242 | ipk_write_pkg[vardeps] += "${@gen_packagevar(d, 'IPKEXTRAVARS')}" |
| 243 | 243 | ||
| 244 | # Otherwise allarch packages may change depending on override configuration | 244 | # Otherwise allarch packages may change depending on override configuration |
