aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-07-26 17:20:56 +0300
committerJoe MacDonald <joe.macdonald@windriver.com>2013-07-30 14:04:22 -0400
commitfe155a77f3e64abcb2c23064fc93d0815e7d99a0 (patch)
tree2041a61d72b21518a1cdb6ab5927b3e61ea8cbc3
parent47fc1cce49936e0a1c9f083172a7fd45c7434aac (diff)
downloadmeta-openembedded-contrib-fe155a77f3e64abcb2c23064fc93d0815e7d99a0.tar.gz
ebtables: Load ebtables kernel module
Ebtables needs some kernel configs options to work properly. The standard yocto kernel config includes these as modules. Add code to load the ebtables module. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb5
1 files changed, 4 insertions, 1 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 78e069ac8c..6ac886e1ee 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
@@ -2,10 +2,13 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
SECTION = "console/network"
-PR = "r2"
+PR = "r3"
RDEPENDS_${PN} += "perl"
+RRECOMMENDS_${PN} += "kernel-module-ebtables \
+ "
+
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
file://installnonroot.patch \
file://01debian_defaultconfig.patch \