summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 17:33:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:25 +0100
commit878ca97e7addff438c7ea07ab166d1192b5c0bc1 (patch)
tree29d3aed5b543363be081db76036cc4c8d0c6483b /meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
parentbdc84d86aa606096c99a4170612691ac0d990e8d (diff)
downloadpoky-878ca97e7addff438c7ea07ab166d1192b5c0bc1.tar.gz
libjitterentropy: update 3.1.0 -> 3.3.0
(From OE-Core rev: 3d27221475a58a27f2b5bc0f4c8c2d773dfb9a98) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
deleted file mode 100644
index d9fbb5e9d6..0000000000
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
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-3-Clause"
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
18# remove at next version upgrade or when output changes
19PR = "r1"
20HASHEQUIV_HASH_VERSION .= ".2"
21
22do_configure[noexec] = "1"
23
24LDFLAGS += "-Wl,-O0"
25
26do_install () {
27 oe_runmake install INCDIR="/include" \
28 DESTDIR="${D}" \
29 PREFIX="${exec_prefix}" \
30 LIBDIR="${baselib}" \
31 INSTALL_STRIP="install"
32}
33