summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid d zuhn <david.zuhn@sonos.com>2024-01-08 16:49:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-10 17:01:28 +0000
commitcf1311917995ca7edb9bced1bc6f0f81d852db29 (patch)
tree9ce47a48ad9a386d085d0ea37efa5168e86a3bea
parent91694dfce75f9581968f5f3c06a38d2ca6da8367 (diff)
downloadpoky-cf1311917995ca7edb9bced1bc6f0f81d852db29.tar.gz
rng-tools: remove obsolete build time dependency on sysfsutils
This package used to use libsysfs, but has been modified to read the /sys file system directly. This build dependency is no longer needed. (From OE-Core rev: 9ee39dd1d505f787e7bf4e3aa2b527f17c3a78cd) Signed-off-by: david d zuhn <david.zuhn@sonos.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/rng-tools/rng-tools_6.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.16.bb b/meta/recipes-support/rng-tools/rng-tools_6.16.bb
index d23d6be34e..f0aa3ff93f 100644
--- a/meta/recipes-support/rng-tools/rng-tools_6.16.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_6.16.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/nhorman/rng-tools"
4BUGTRACKER = "https://github.com/nhorman/rng-tools/issues" 4BUGTRACKER = "https://github.com/nhorman/rng-tools/issues"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7DEPENDS = "sysfsutils openssl libcap" 7DEPENDS = "openssl libcap"
8 8
9SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ 9SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \
10 file://init \ 10 file://init \