From ed0557d136d059cfa10b883b276f839ed4ad42d3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Jan 2013 06:45:15 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-support/arptables') diff --git a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb index 71e26001fb..2faccec7d5 100644 --- a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb +++ b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf