mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 03:24:24 +00:00
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>
This commit is contained in:
parent
d27686b325
commit
f5c35a5918
@ -18,6 +18,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "1b4f51cabc64d1bee2fce7cdd626831f"
|
||||
SRC_URI[sha256sum] = "b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d"
|
||||
|
||||
# Can be dropped when the output next changes, avoids failures after
|
||||
# reproducibility issues
|
||||
PR = "r1"
|
||||
HASHEQUIV_HASH_VERSION .= ".1"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/"
|
||||
UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user