diff mbox series

[1/1] rng-tools: remove obsolete build time dependency on sysfsutils

Message ID 20240108224903.4086308-2-david.zuhn@sonos.com
State Accepted, archived
Commit 9ee39dd1d505f787e7bf4e3aa2b527f17c3a78cd
Headers show
Series rng-tools: remove unneeded build time dependency | expand

Commit Message

david d zuhn Jan. 8, 2024, 10:49 p.m. UTC
This package used to use libsysfs, but has been modified to read
the /sys file system directly.  This build dependency is no longer
needed.

Signed-off-by: david d zuhn <david.zuhn@sonos.com>
---
 meta/recipes-support/rng-tools/rng-tools_6.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"
 BUGTRACKER = "https://github.com/nhorman/rng-tools/issues"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "sysfsutils openssl libcap"
+DEPENDS = "openssl libcap"
 
 SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \
            file://init \