diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 11:22:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 11:28:17 +0000 |
commit | f5c35a5918292e9cb655acc76db01894b6a19948 (patch) | |
tree | d98f791a4dce42637d83f904b098ff24c402d956 | |
parent | d27686b32526f7ce9b2cff3747244e94c2cea728 (diff) | |
download | poky-f5c35a5918292e9cb655acc76db01894b6a19948.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: 69205edcdff865048e55a6b7feaf82064ebc10c5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.16.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb index 24a05dcda7..a44a459c20 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.16.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb | |||
@@ -18,6 +18,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ | |||
18 | SRC_URI[md5sum] = "1b4f51cabc64d1bee2fce7cdd626831f" | 18 | SRC_URI[md5sum] = "1b4f51cabc64d1bee2fce7cdd626831f" |
19 | SRC_URI[sha256sum] = "b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d" | 19 | SRC_URI[sha256sum] = "b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d" |
20 | 20 | ||
21 | # Can be dropped when the output next changes, avoids failures after | ||
22 | # reproducibility issues | ||
23 | PR = "r1" | ||
24 | HASHEQUIV_HASH_VERSION .= ".1" | ||
25 | |||
21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/" | 26 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/" |
22 | UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/" | 27 | UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/" |
23 | 28 | ||