From cdb92925d6a8a943337e73d659984ac7bc4305f7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:57:54 +0800 Subject: [PATCH] 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 --- .../{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb} (95%) 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" -- 2.47.3