From: Alexander Kanavin Date: Tue, 24 Aug 2021 07:52:11 +0000 (+0200) Subject: libjitterentropy: remove contaminated hashequiv entry X-Git-Tag: uninative-3.4~61 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dd7c61ecd79f1439ae20d66cda32c2beb5daf0de;p=openembedded-core.git libjitterentropy: remove contaminated hashequiv entry This was caused by intermittent reproducibility problems. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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"