summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2021-01-28 13:46:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-30 10:41:03 +0000
commitc174243f8e9fb731b386aaf5e929d024f12ced75 (patch)
tree78375c30fc4cddb66dda875385cd3d9e7ed7242c /meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb
parent41d8bce004421763406134f4ac1c243ee6a2e035 (diff)
downloadpoky-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/libjitterentropy/libjitterentropy_3.0.1.bb')
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb
new file mode 100644
index 0000000000..197bb787ac
--- /dev/null
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.0.1.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Hardware RNG based on CPU timing jitter"
2DESCRIPTION = "The Jitter RNG provides a noise source using the CPU execution timing jitter. \
3It does not depend on any system resource other than a high-resolution time \
4stamp. It is a small-scale, yet fast entropy source that is viable in almost \
5all environments and on a lot of CPU architectures."
6HOMEPAGE = "http://www.chronox.de/jent.html"
7LICENSE = "GPLv2+ | BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=c69090e97c8fd6372d03099c0a5bc382 \
9 file://COPYING.gplv2;md5=eb723b61539feef013de476e68b5c50a \
10 file://COPYING.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
11 "
12SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git"
13SRCREV = "747bf030b0ea9c44548b4e29bcfab7ae416675fc"
14S = "${WORKDIR}/git"
15
16do_configure[noexec] = "1"
17
18LDFLAGS += "-Wl,-O0"
19
20do_install () {
21 oe_runmake install INCDIR="/include" \
22 DESTDIR="${D}" \
23 PREFIX="${exec_prefix}" \
24 LIBDIR="${baselib}" \
25 INSTALL_STRIP="install"
26}
27