summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-18 14:21:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-19 11:49:45 +0000
commitb5e84e5989f3f1be01b5fefa787ccd63ce37acb7 (patch)
treee832a49e96201ed1415bb4ebfe3dd6e91d617a4d
parent126a2ceaf87dcf1774191c00d4f99a6212eb537e (diff)
downloadpoky-b5e84e5989f3f1be01b5fefa787ccd63ce37acb7.tar.gz
libjitterentropy: upgrade 3.6.1 -> 3.6.2
License-Update: Copyright year uptated to 2025 (From OE-Core rev: af6cc5ea16f557fb63114f6150e1207d15483eea) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb (renamed from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb
index 35be1e2e50..54a866c432 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 \
5all environments and on a lot of CPU architectures." 5all environments and on a lot of CPU architectures."
6HOMEPAGE = "http://www.chronox.de/jent.html" 6HOMEPAGE = "http://www.chronox.de/jent.html"
7LICENSE = "GPL-2.0-or-later | BSD-3-Clause" 7LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \ 8LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \
9 file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ 9 file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
10 file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ 10 file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
11 " 11 "
12SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
13SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41" 13SRCREV = "ddcf1124801b74bcf39285b070093ab674d8ea97"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16do_configure[noexec] = "1" 16do_configure[noexec] = "1"