From af6cc5ea16f557fb63114f6150e1207d15483eea Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Mar 2025 14:21:46 +0800 Subject: [PATCH] libjitterentropy: upgrade 3.6.1 -> 3.6.2 License-Update: Copyright year uptated to 2025 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../{libjitterentropy_3.6.1.bb => libjitterentropy_3.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.1.bb => libjitterentropy_3.6.2.bb} (89%) diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb similarity index 89% rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb index 35be1e2e50b..54a866c4328 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb @@ -5,12 +5,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \ all environments and on a lot of CPU architectures." HOMEPAGE = "http://www.chronox.de/jent.html" LICENSE = "GPL-2.0-or-later | BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ " SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" -SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41" +SRCREV = "ddcf1124801b74bcf39285b070093ab674d8ea97" S = "${WORKDIR}/git" do_configure[noexec] = "1" -- 2.47.3