From c3e72164e7a0c51de04a9295e5f50c2e233965f7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 24 Aug 2021 09:52:11 +0200 Subject: libjitterentropy: remove contaminated hashequiv entry This was caused by intermittent reproducibility problems. (From OE-Core rev: dd7c61ecd79f1439ae20d66cda32c2beb5daf0de) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta') 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 \ SRCREV = "409828cfccf4b3b07edc40a7840a821ce074e2c3" S = "${WORKDIR}/git" +# remove at next version upgrade or when output changes +PR = "r1" +HASHEQUIV_HASH_VERSION .= ".2" + do_configure[noexec] = "1" LDFLAGS += "-Wl,-O0" -- cgit v1.2.3-54-g00ecf