mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b4f4177ca5
commit
2c80b70bf9
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user