aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2022-02-14 12:47:29 +0100
committerKhem Raj <raj.khem@gmail.com>2022-02-14 08:33:23 -0800
commit45479a258de8ed01f0a471882f2aa840cfb6ec6c (patch)
tree2b064a6c67176c34aa59153aa5a45d4616882cde /meta-networking/recipes-filter
parent3f26c46cbd236263ccf332c4357f9e52047e83f7 (diff)
downloadmeta-openembedded-45479a258de8ed01f0a471882f2aa840cfb6ec6c.tar.gz
ebtables: remove perl from RDEPENDS
The upstream ebtables-legacy-save perl script is replaced by a bash implementation (taken from Fedora). So there's nothing left which RDEPENDs on perl. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-filter')
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb
index 21e5c1877e..fd837629b5 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
SECTION = "net"
-RDEPENDS:${PN} += "bash perl"
+RDEPENDS:${PN} += "bash"
RRECOMMENDS:${PN} += "kernel-module-ebtables \
"