summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-08-22 14:50:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 08:25:52 +0100
commit2eb889523f7146fe36002779b2cfd3419078ee13 (patch)
tree1aa0e4713b142661f2543d2f9dbbe57be78e65c1 /meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
parent235a906b67eb04f08a9dbfacbd28eb22c6bf2bee (diff)
downloadpoky-2eb889523f7146fe36002779b2cfd3419078ee13.tar.gz
libjitterentropy: update 3.0.2 -> 3.1.0
License-Update: formatting, files renamed. (From OE-Core rev: ea06a05bf00ffc004184faa93a41deee84105f8a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb')
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
new file mode 100644
index 0000000000..de51ed8fc6
--- /dev/null
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
@@ -0,0 +1,29 @@
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://LICENSE;md5=1c94a9d191202a5552f381a023551396 \
9 file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
10 file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
11 "
12SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git \
13 file://0001-Makefile-restore-build-reproducibility.patch \
14 "
15SRCREV = "409828cfccf4b3b07edc40a7840a821ce074e2c3"
16S = "${WORKDIR}/git"
17
18do_configure[noexec] = "1"
19
20LDFLAGS += "-Wl,-O0"
21
22do_install () {
23 oe_runmake install INCDIR="/include" \
24 DESTDIR="${D}" \
25 PREFIX="${exec_prefix}" \
26 LIBDIR="${baselib}" \
27 INSTALL_STRIP="install"
28}
29