summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-25 14:48:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:00:50 +0100
commit5c8bc2bf8cc331d7eade6d489e09bd6bca58276c (patch)
tree54655d98a1fc085fe668cc1c7f03fd7c5da9dd19
parent3364a6a7ba1613dc30e23e5cdededbaf16233e7e (diff)
downloadpoky-5c8bc2bf8cc331d7eade6d489e09bd6bca58276c.tar.gz
libjitterentropy: upgrade 3.5.0 -> 3.6.0
Changelog: =========== * Remove bi-modal behavior of conditioning function * Make jent_read_entropy_safe safer by retrying the health test * Move the version information to make them available at compile time (From OE-Core rev: 020656db7d3267775536ce36710844119476ca6e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb (renamed from meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
index f23a122a9c..e9ff898617 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
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 = "48b2ffc128af776ff3658a70e5d7bb4a82180189" 13SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16do_configure[noexec] = "1" 16do_configure[noexec] = "1"