summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb4
-rw-r--r--meta/recipes-graphics/wayland/wayland-protocols_1.20.bb4
-rw-r--r--meta/recipes-graphics/xorg-font/encodings_1.0.5.bb4
-rw-r--r--meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.08.28.bb4
-rw-r--r--meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb4
-rw-r--r--meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb4
-rw-r--r--meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb4
-rw-r--r--meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb5
-rw-r--r--meta/recipes-support/iso-codes/iso-codes_4.6.0.bb4
9 files changed, 36 insertions, 1 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"
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb
index 3fb78f658c..35a46dbb08 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb
@@ -20,3 +20,7 @@ inherit allarch autotools pkgconfig
20 20
21PACKAGES = "${PN}" 21PACKAGES = "${PN}"
22FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 22FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
23
24# remove at next version upgrade or when output changes
25PR = "r1"
26HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
index 713fcfb935..02c8cff25d 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
@@ -23,3 +23,7 @@ EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings"
23# postinst from .inc doesn't apply to this recipe 23# postinst from .inc doesn't apply to this recipe
24pkg_postinst_${PN} () { 24pkg_postinst_${PN} () {
25} 25}
26
27# remove at next version upgrade or when output changes
28PR = "r1"
29HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.08.28.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.08.28.bb
index 376311804e..b1cad01a25 100644
--- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.08.28.bb
+++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.08.28.bb
@@ -41,3 +41,7 @@ do_install_append_class-native() {
41RSUGGESTS_${PN} = "crda" 41RSUGGESTS_${PN} = "crda"
42 42
43BBCLASSEXTEND = "native" 43BBCLASSEXTEND = "native"
44
45# remove at next version upgrade or when output changes
46PR = "r1"
47HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
index 26542fbbbc..0d4a30a304 100644
--- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
+++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
@@ -20,3 +20,7 @@ do_install() {
20PACKAGES = "${PN}" 20PACKAGES = "${PN}"
21 21
22FILES_${PN} = "*" 22FILES_${PN} = "*"
23
24# remove at next version upgrade or when output changes
25PR = "r1"
26HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
index 32cf41c8fd..7787dad268 100644
--- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
+++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
@@ -21,3 +21,7 @@ do_install() {
21PACKAGES = "${PN}" 21PACKAGES = "${PN}"
22 22
23FILES_${PN} = "*" 23FILES_${PN} = "*"
24
25# remove at next version upgrade or when output changes
26PR = "r1"
27HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
index e27339fb46..cfba2074f4 100644
--- a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
+++ b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
@@ -15,3 +15,7 @@ do_install() {
15 15
16FILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" 16FILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"
17CONFFILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" 17CONFFILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"
18
19# remove at next version upgrade or when output changes
20PR = "r1"
21HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
index 28d5096023..08d3c3fe19 100644
--- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
+++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
4 4
5SRC_URI = "file://shutdown.desktop" 5SRC_URI = "file://shutdown.desktop"
6 6
7PR = "r1" 7PR = "r2"
8 8
9S = "${WORKDIR}" 9S = "${WORKDIR}"
10 10
@@ -22,3 +22,6 @@ pkg_postinst_${PN} () {
22} 22}
23 23
24inherit allarch 24inherit allarch
25
26# remove at next version upgrade or when output changes
27HASHEQUIV_HASH_VERSION .= ".1"
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
index f915716ce7..cd27fb0b70 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
@@ -20,3 +20,7 @@ S = "${WORKDIR}/git"
20inherit allarch autotools 20inherit allarch autotools
21 21
22FILES_${PN} += "${datadir}/xml/" 22FILES_${PN} += "${datadir}/xml/"
23
24# remove at next version upgrade or when output changes
25PR = "r1"
26HASHEQUIV_HASH_VERSION .= ".1"