From: Wang Mingyu Date: Tue, 17 Dec 2024 08:57:54 +0000 (+0800) Subject: libjitterentropy: upgrade 3.6.0 -> 3.6.1 X-Git-Tag: uninative-4.7~550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb92925d6a8a943337e73d659984ac7bc4305f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libjitterentropy: upgrade 3.6.0 -> 3.6.1 Changelog: =========== * Add more test code * Add support for SunPRO compiler * Fix compilation on OpenBSD by replacing sed with tr * internal timer: Add support for Apple * Various small fixes to compilation to imporve portability Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb similarity index 95% rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb index e9ff8986179..35be1e2e50b 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ " SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" -SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb" +SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41" S = "${WORKDIR}/git" do_configure[noexec] = "1"