aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/ebtables
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-26 06:45:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-27 23:54:09 +0100
commited0557d136d059cfa10b883b276f839ed4ad42d3 (patch)
tree562e41fdc00347a42e9ffddd9873145ccf46fb1e /meta-networking/recipes-filter/ebtables
parent4af552f6f67268812e3cb5bd60e4e9a682f90033 (diff)
downloadmeta-openembedded-contrib-ed0557d136d059cfa10b883b276f839ed4ad42d3.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-filter/ebtables')
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index 2596d2f686..bca34c0c63 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -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 \