diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 665b76e383c96cdd588fa0d9992f518dc806ca06 (patch) | |
tree | 853b68a564c5f5e89f0646f4eacf27789d49565c /meta/recipes-support/rng-tools | |
parent | 6e4407b6f34d3c12ca111caec66e3ac836498489 (diff) | |
download | poky-665b76e383c96cdd588fa0d9992f518dc806ca06.tar.gz |
rng-tools: upgrade 6.15 -> 6.16
Adjust dependencies to match what is optional and what is not.
(From OE-Core rev: 42a42fe0ded83ffc6268f4db972f5c9e549f62a1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/rng-tools')
-rw-r--r-- | meta/recipes-support/rng-tools/rng-tools_6.16.bb (renamed from meta/recipes-support/rng-tools/rng-tools_6.15.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.15.bb b/meta/recipes-support/rng-tools/rng-tools_6.16.bb index efc08b5e0a..02abe486bb 100644 --- a/meta/recipes-support/rng-tools/rng-tools_6.15.bb +++ b/meta/recipes-support/rng-tools/rng-tools_6.16.bb | |||
@@ -6,14 +6,14 @@ HOMEPAGE = "https://github.com/nhorman/rng-tools" | |||
6 | BUGTRACKER = "https://github.com/nhorman/rng-tools/issues" | 6 | BUGTRACKER = "https://github.com/nhorman/rng-tools/issues" |
7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | DEPENDS = "sysfsutils openssl" | 9 | DEPENDS = "sysfsutils openssl libcap" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ |
12 | file://init \ | 12 | file://init \ |
13 | file://default \ | 13 | file://default \ |
14 | file://rng-tools.service \ | 14 | file://rng-tools.service \ |
15 | " | 15 | " |
16 | SRCREV = "381f69828b782afda574f259c1b7549f48f9bb77" | 16 | SRCREV = "e061c313b95890eb5fa0ada0cd6eec619dafdfe2" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
@@ -27,7 +27,8 @@ PACKAGECONFIG:libc-musl = "libargp libjitterentropy" | |||
27 | PACKAGECONFIG[libargp] = "--with-libargp,--without-libargp,argp-standalone," | 27 | PACKAGECONFIG[libargp] = "--with-libargp,--without-libargp,argp-standalone," |
28 | PACKAGECONFIG[libjitterentropy] = "--enable-jitterentropy,--disable-jitterentropy,libjitterentropy" | 28 | PACKAGECONFIG[libjitterentropy] = "--enable-jitterentropy,--disable-jitterentropy,libjitterentropy" |
29 | PACKAGECONFIG[libp11] = "--with-pkcs11,--without-pkcs11,libp11 openssl" | 29 | PACKAGECONFIG[libp11] = "--with-pkcs11,--without-pkcs11,libp11 openssl" |
30 | PACKAGECONFIG[nistbeacon] = "--with-nistbeacon,--without-nistbeacon,curl libxml2 openssl" | 30 | PACKAGECONFIG[nistbeacon] = "--with-nistbeacon,--without-nistbeacon,curl libxml2" |
31 | PACKAGECONFIG[qrypt] = "--with-qrypt,--without-qrypt,curl" | ||
31 | 32 | ||
32 | INITSCRIPT_NAME = "rng-tools" | 33 | INITSCRIPT_NAME = "rng-tools" |
33 | INITSCRIPT_PARAMS = "start 03 2 3 4 5 . stop 30 0 6 1 ." | 34 | INITSCRIPT_PARAMS = "start 03 2 3 4 5 . stop 30 0 6 1 ." |