summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-28 21:04:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-31 11:53:26 +0000
commit200a4edd206f16a805c1ee1e24daa7a41d9f2153 (patch)
treef155268737f96668dcc9c654c60bf7fa6e7bfc2e /meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb
parent6dc66753079ed2b4f022608d41f0d3659ac75004 (diff)
downloadpoky-200a4edd206f16a805c1ee1e24daa7a41d9f2153.tar.gz
libjitterentropy: update 2.2.0 -> 3.0.0
License-Update: copyright years (From OE-Core rev: b1b1ad309dd1a710d1352e3614eb155d44fecd52) 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_2.2.0.bb')
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb
deleted file mode 100644
index 710ef0172d..0000000000
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_2.2.0.bb
+++ /dev/null
@@ -1,29 +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"
8LIC_FILES_CHKSUM = "file://COPYING;md5=a95aadbdfae7ed812bb2b7b86eb5981c \
9 file://COPYING.gplv2;md5=eb723b61539feef013de476e68b5c50a \
10 file://COPYING.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
11 "
12SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git \
13 file://0001-Makefile-cleanup-install-for-rebuilds.patch \
14 file://0001-Make-man-pages-reproducible.patch"
15SRCREV = "933a44f33ed3d6612f7cfaa7ad1207c8da4886ba"
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