diff options
author | wangmy <wangmy@fujitsu.com> | 2021-04-28 17:02:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-01 22:48:17 +0100 |
commit | a6ccd73562f1713b9e539d26ad03c859514b364b (patch) | |
tree | 80666061983df1f5be33f67bddae1e03abb8ba75 | |
parent | 67dfa8b02ac95606af2eae193a0fd5ab89be5310 (diff) | |
download | poky-a6ccd73562f1713b9e539d26ad03c859514b364b.tar.gz |
libjitterentropy: upgrade 3.0.1 -> 3.0.2
(From OE-Core rev: 4c8a675e436e8e6b08baa5b4709244c04cc8f6f1)
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.0.2.bb (renamed from meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.2.bb index 197bb787ac..8e39974ef3 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.2.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c69090e97c8fd6372d03099c0a5bc382 \ | |||
10 | file://COPYING.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ | 10 | file://COPYING.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ |
11 | " | 11 | " |
12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git" | 12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git" |
13 | SRCREV = "747bf030b0ea9c44548b4e29bcfab7ae416675fc" | 13 | SRCREV = "a0c51e21c2d4322681a320a22de5e2ef13c08196" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |