diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-08 19:25:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-08 23:50:34 +0100 |
commit | e97e69c71605bef6c3cdad0e51975bd9f8c51256 (patch) | |
tree | e5a72ca5fff9646e7a34282bb17d16b47988dfee | |
parent | 3782ae39924b48f16bbfd1312bb9b0fa66e07f79 (diff) | |
download | poky-e97e69c71605bef6c3cdad0e51975bd9f8c51256.tar.gz |
liberror-perl: Update sstate/equiv versions to clean cache
There are cached reproducibility issues on the autobuilder due to the PRServ
sstate checksum issues, flush the bad data out the system by bumping the
versions.
(From OE-Core rev: b12e6cfe3bb34e426c8bb74183d041948cb2ed89)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl/liberror-perl_0.17029.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb index 497f480347..67e5811f3c 100644 --- a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb +++ b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb | |||
@@ -9,6 +9,10 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" |
11 | 11 | ||
12 | # remove at next version upgrade or when output changes | ||
13 | PR = "r1" | ||
14 | HASHEQUIV_HASH_VERSION .= ".1" | ||
15 | |||
12 | DEPENDS += "perl" | 16 | DEPENDS += "perl" |
13 | 17 | ||
14 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |