mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user