diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-02 09:33:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-04 15:03:54 +0100 |
commit | a26db5c9447679eba709aec1cacf6766feb1f312 (patch) | |
tree | d4c5842e003f894f31da1f0d3c53e8387acf76c8 /meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |
parent | 1c37bbab4ffa20e4f88197283f48d9ab4acefad9 (diff) | |
download | poky-a26db5c9447679eba709aec1cacf6766feb1f312.tar.gz |
abi_version/sstate: Bump HASH_VERSION and SSTATE_VERSION
At this point the hash equivalence and sstate is 'junk' on the autobuilder
unforuntately due to the volume of fixes and also the volume of slighly
not quite right patches tested during the development of the fixes.
In order to try and help any remaining sanity I might have, bump the
version numbers to start with a clean slate so we're working from a known
good baseline rather than risk chasing phantom issues. For those
upgrading, there wouldn't be much reuse anyway after the changes.
(From OE-Core rev: be32692c627a14509de5eb3834e7321c3c5faf25)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb index 0dd18d7a06..62aa1b0e87 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |||
@@ -28,7 +28,6 @@ SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3 | |||
28 | 28 | ||
29 | # remove at next version upgrade or when output changes | 29 | # remove at next version upgrade or when output changes |
30 | PR = "r1" | 30 | PR = "r1" |
31 | HASHEQUIV_HASH_VERSION .= ".1" | ||
32 | 31 | ||
33 | RECIPE_NO_UPDATE_REASON = "6.04-pre3 is broken" | 32 | RECIPE_NO_UPDATE_REASON = "6.04-pre3 is broken" |
34 | UPSTREAM_CHECK_URI = "https://www.zytor.com/pub/syslinux/" | 33 | UPSTREAM_CHECK_URI = "https://www.zytor.com/pub/syslinux/" |