mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ebtables, arptables: add perl as runtime dependency
Fixes errors like | Computing transaction...error: Can't install arptables-0.0.3+4-r0.0@ppce500v2: no package provides /usr/bin/perl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4af552f6f6
commit
ed0557d136
|
|
@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
|||
SECTION = "console/network"
|
||||
PR = "r1"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
|
||||
file://installnonroot.patch \
|
||||
file://01debian_defaultconfig.patch \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ PRIORITY = "optional"
|
|||
LICENSE = "GPL-2.0"
|
||||
SECTION = "console/network"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/ebtables/arptables-v${PV}.tar.gz;name=arptables \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user