1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

meta: bump HASHEQUIV_HASH_VERSION after RPM fix

ef37fca2f4 fixes issues where PLATFORM tag in RPMs generated
n aarch and x86 hosts are different for noarch RPMs. But, we'd
still need to bump hashequiv version for allarch recipes
to avoid issues because of the RPMs that were incorrectly
generated so reproducibility tests don't fail. Also bump PR
to force rebuilds.

(From OE-Core rev: 2c41e766219032dca953eb7c0b18e812a8d0b8f2)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Anuj Mittal
2021-10-28 08:33:20 +08:00
committed by Richard Purdie
parent d9002aa374
commit d978d52b0d
9 changed files with 36 additions and 1 deletions
@@ -41,3 +41,7 @@ do_install_append_class-native() {
RSUGGESTS_${PN} = "crda"
BBCLASSEXTEND = "native"
# remove at next version upgrade or when output changes
PR = "r1"
HASHEQUIV_HASH_VERSION .= ".1"