mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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:
committed by
Richard Purdie
parent
91694dfce7
commit
cf13119179
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user