From: david d zuhn Date: Mon, 8 Jan 2024 22:49:03 +0000 (-0600) Subject: rng-tools: remove obsolete build time dependency on sysfsutils X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee39dd1d505f787e7bf4e3aa2b527f17c3a78cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: david d zuhn Signed-off-by: Alexandre Belloni --- 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 d23d6be34eb..f0aa3ff93f5 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 \