diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-17 16:57:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-18 11:11:55 +0000 |
commit | 00f94a97281b499dfedd0348552de63f8e511950 (patch) | |
tree | 1feca06a9c92c973d2be2b6ba68d86d231198318 /meta | |
parent | 8eb0a814203688734dad687c7db4e5f7695be648 (diff) | |
download | poky-00f94a97281b499dfedd0348552de63f8e511950.tar.gz |
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
(From OE-Core rev: cdb92925d6a8a943337e73d659984ac7bc4305f7)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb (renamed from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb index e9ff898617..35be1e2e50 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 \ | |||
10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ | 10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ |
11 | " | 11 | " |
12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" |
13 | SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb" | 13 | SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |