diff options
author | david d zuhn <david.zuhn@sonos.com> | 2024-01-08 16:49:03 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-10 17:01:28 +0000 |
commit | cf1311917995ca7edb9bced1bc6f0f81d852db29 (patch) | |
tree | 9ce47a48ad9a386d085d0ea37efa5168e86a3bea | |
parent | 91694dfce75f9581968f5f3c06a38d2ca6da8367 (diff) | |
download | poky-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.bb | 2 |
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" | |||
4 | BUGTRACKER = "https://github.com/nhorman/rng-tools/issues" | 4 | BUGTRACKER = "https://github.com/nhorman/rng-tools/issues" |
5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | DEPENDS = "sysfsutils openssl libcap" | 7 | DEPENDS = "openssl libcap" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ |
10 | file://init \ | 10 | file://init \ |