diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-01-28 13:46:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-30 10:41:03 +0000 |
commit | c174243f8e9fb731b386aaf5e929d024f12ced75 (patch) | |
tree | 78375c30fc4cddb66dda875385cd3d9e7ed7242c /meta/recipes-support | |
parent | 41d8bce004421763406134f4ac1c243ee6a2e035 (diff) | |
download | poky-c174243f8e9fb731b386aaf5e929d024f12ced75.tar.gz |
libjitterentropy: upgrade 3.0.0 -> 3.0.1
-License-Update: Copyright year updated to 2021.
(From OE-Core rev: bdd6c57497215aeb3c2cddca191a8d1a72e93c8e)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb (renamed from meta/recipes-support/libjitterentropy/libjitterentropy_3.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb index 953ecfd055..197bb787ac 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb | |||
@@ -5,12 +5,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \ | |||
5 | all environments and on a lot of CPU architectures." | 5 | all environments and on a lot of CPU architectures." |
6 | HOMEPAGE = "http://www.chronox.de/jent.html" | 6 | HOMEPAGE = "http://www.chronox.de/jent.html" |
7 | LICENSE = "GPLv2+ | BSD" | 7 | LICENSE = "GPLv2+ | BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb16b29576d4c43a9dcd6a40fb3310c7 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c69090e97c8fd6372d03099c0a5bc382 \ |
9 | file://COPYING.gplv2;md5=eb723b61539feef013de476e68b5c50a \ | 9 | file://COPYING.gplv2;md5=eb723b61539feef013de476e68b5c50a \ |
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 = "a37e57d9b939d1f93a1b92e1486edd44a3c1cb4c" | 13 | SRCREV = "747bf030b0ea9c44548b4e29bcfab7ae416675fc" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |