summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-06-12 13:42:12 +0100
committerKhem Raj <raj.khem@gmail.com>2025-06-12 06:34:19 -0700
commitca201985da42359440cb8e63d811ced73fecb373 (patch)
tree31c76a9589465d6c823c4f0b5452b9ff4ed1400d
parente355e9af790dbba4cad5bb24c69142fa1d6fc392 (diff)
downloadmeta-openembedded-ca201985da42359440cb8e63d811ced73fecb373.tar.gz
bridge-utils: remove sysfsutils DEPENDS
This dependency was removed in bridge-utils 1.2 back in 2006[1]. [1] bridge-utils 29cd6d997cacb9191d1f869ec83fc86045885527. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb
index 66c8f2d053..e213cd2c60 100644
--- a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb
+++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb
@@ -17,8 +17,6 @@ SRC_URI = "\
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20DEPENDS = "sysfsutils"
21
22CVE_PRODUCT = "kernel:bridge-utils" 20CVE_PRODUCT = "kernel:bridge-utils"
23 21
24inherit autotools-brokensep update-alternatives 22inherit autotools-brokensep update-alternatives