summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-16 11:22:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-04 17:39:08 +0000
commit58e31c98018379d29362a01992855c68dac60ec5 (patch)
tree25d109680dda87f2eb5d825b72e9a70319fb66bb /meta
parente17bf67035151f4c790b076589143372d2750e7d (diff)
downloadpoky-58e31c98018379d29362a01992855c68dac60ec5.tar.gz
watchdog: Avoid reproducibility failures after fixing build
Add some temporary bumps to versions to change the output hash so the fix applies correctly. Can be dropped next time we update the recipe and the output changes. (From OE-Core rev: d99e2a0c4e5d03d7f6958be14cc1e27a7d9ee01c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 69205edcdff865048e55a6b7feaf82064ebc10c5) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.15.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.bb
index 8b326dfcc4..beebb5b004 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.15.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.15.bb
@@ -18,6 +18,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
18SRC_URI[md5sum] = "678c32f6f35a0492c9c1b76b4aa88828" 18SRC_URI[md5sum] = "678c32f6f35a0492c9c1b76b4aa88828"
19SRC_URI[sha256sum] = "ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c" 19SRC_URI[sha256sum] = "ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c"
20 20
21# Can be dropped when the output next changes, avoids failures after
22# reproducibility issues
23PR = "r1"
24HASHEQUIV_HASH_VERSION .= ".1"
25
21UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/" 26UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/"
22UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/" 27UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
23 28