diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-26 10:31:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-26 18:50:17 +0100 |
commit | c8dd8c99ef800a26e9acbaa34d03b3fb908b915e (patch) | |
tree | a72a62c6067ddbdb93438e90ac74c30bcc47d589 /meta/recipes-support | |
parent | 810a71236d4d8f79a3540b08837028162bece722 (diff) | |
download | poky-c8dd8c99ef800a26e9acbaa34d03b3fb908b915e.tar.gz |
abi_version/sstate: Handle pkgconfig output changes and bump output versions
A recent package.py change has highlighted some corruption issues with -dev
pkgconfig package dependencies. Bump the output versions to trigger a rebuild
and ensure everything is consistent.
Take the opportunity to also drop all HASHEQUIV_HASH_VERSION entries since the
main version is changing.
(From OE-Core rev: f45ddfbf007de858327eef0ffefd5840ef4c69b8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb index 3fb8c6b147..6cef8c068c 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb | |||
@@ -13,9 +13,6 @@ SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;p | |||
13 | SRCREV = "4544e11320138ac02797af81766f4476a71bb09f" | 13 | SRCREV = "4544e11320138ac02797af81766f4476a71bb09f" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | # remove at next version upgrade or when output changes | ||
17 | HASHEQUIV_HASH_VERSION .= ".2" | ||
18 | |||
19 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
20 | 17 | ||
21 | LDFLAGS += "-Wl,-O0" | 18 | LDFLAGS += "-Wl,-O0" |