summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-01-11 18:29:05 +0200
committerDavid Nyström <david.nystrom@enea.com>2013-01-16 13:26:57 +0100
commit523ac72ed2e58ecfb585c0a2c48ca9e5724fff0c (patch)
treed124c780c415051436669cd400391701da8638c7
parent46bfa67bd2dc0e1ac1304078d7245a6a889180ac (diff)
downloadmeta-virtualization-523ac72ed2e58ecfb585c0a2c48ca9e5724fff0c.tar.gz
ebtables: Fixed typo in RRECOMMENDS
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
-rw-r--r--recipes-extended/ebtables/ebtables_2.0.9-2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ebtables/ebtables_2.0.9-2.bb b/recipes-extended/ebtables/ebtables_2.0.9-2.bb
index 15213cbf..66c7b95d 100644
--- a/recipes-extended/ebtables/ebtables_2.0.9-2.bb
+++ b/recipes-extended/ebtables/ebtables_2.0.9-2.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/ebtables-v${PV}"
23ASNEEDED_pn-${PN} = "" 23ASNEEDED_pn-${PN} = ""
24 24
25#Load the necessary kernel modules 25#Load the necessary kernel modules
26RECOMMENDS_${PN} += "kernel-module-ebtables \ 26RRECOMMENDS_${PN} += "kernel-module-ebtables \
27 kernel-module-ebtable-nat \ 27 kernel-module-ebtable-nat \
28 kernel-module-ebtable-filter \ 28 kernel-module-ebtable-filter \
29 kernel-module-ebtable_broute \ 29 kernel-module-ebtable_broute \