summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-28 08:33:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:19:04 +0000
commitd978d52b0da17fb94579a069a0e845c38c7c942b (patch)
tree597272443f9563203f18c8d504c1e71a05d8d887 /meta/recipes-gnome
parentd9002aa37451947052dcf0f506588d0966248a2d (diff)
downloadpoky-d978d52b0da17fb94579a069a0e845c38c7c942b.tar.gz
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>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
index 74e3430528..d70265ee50 100644
--- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
@@ -16,3 +16,7 @@ inherit allarch autotools
16FILES_${PN} += "${datadir}/icons" 16FILES_${PN} += "${datadir}/icons"
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
19
20# remove at next version upgrade or when output changes
21PR = "r1"
22HASHEQUIV_HASH_VERSION .= ".1"