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>
This commit is contained in:
david d zuhn
2024-01-08 16:49:03 -06:00
committed by Richard Purdie
parent 91694dfce7
commit cf13119179

View File

@@ -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 \