diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2021-08-24 09:52:11 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-24 09:37:22 +0100 |
| commit | c3e72164e7a0c51de04a9295e5f50c2e233965f7 (patch) | |
| tree | 213f4cb119f82d311d1796e3f1379a38ecb1de3a /meta/recipes-support/libjitterentropy | |
| parent | 47d982e36fe40fede643df00c4191c97d6fa1513 (diff) | |
| download | poky-c3e72164e7a0c51de04a9295e5f50c2e233965f7.tar.gz | |
libjitterentropy: remove contaminated hashequiv entry
This was caused by intermittent reproducibility problems.
(From OE-Core rev: dd7c61ecd79f1439ae20d66cda32c2beb5daf0de)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libjitterentropy')
| -rw-r--r-- | meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb index de51ed8fc6..f703c089a0 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb | |||
| @@ -15,6 +15,10 @@ SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git \ | |||
| 15 | SRCREV = "409828cfccf4b3b07edc40a7840a821ce074e2c3" | 15 | SRCREV = "409828cfccf4b3b07edc40a7840a821ce074e2c3" |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | # remove at next version upgrade or when output changes | ||
| 19 | PR = "r1" | ||
| 20 | HASHEQUIV_HASH_VERSION .= ".2" | ||
| 21 | |||
| 18 | do_configure[noexec] = "1" | 22 | do_configure[noexec] = "1" |
| 19 | 23 | ||
| 20 | LDFLAGS += "-Wl,-O0" | 24 | LDFLAGS += "-Wl,-O0" |
