summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/ebtables
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-26 18:06:05 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commit8e596f39f21424e32f4cc3bbe7c693b9dae0c614 (patch)
treeec4443fb234752b9c27121c43171066779fcc505 /meta-openstack/recipes-support/ebtables
parentd66f394d5b12bab9a80f3dcb20d262d50db4fb39 (diff)
downloadmeta-cloud-services-8e596f39f21424e32f4cc3bbe7c693b9dae0c614.tar.gz
ebtables: Move RRECOMMENDS to ebtables recipe
The kernel module is needed by ebtables so the RRECOMMENDS should be in this recipe. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-support/ebtables')
-rw-r--r--meta-openstack/recipes-support/ebtables/ebtables_2.0.10-4.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/ebtables/ebtables_2.0.10-4.bbappend b/meta-openstack/recipes-support/ebtables/ebtables_2.0.10-4.bbappend
new file mode 100644
index 0000000..9f6f2e6
--- /dev/null
+++ b/meta-openstack/recipes-support/ebtables/ebtables_2.0.10-4.bbappend
@@ -0,0 +1,7 @@
1RRECOMMENDS_${PN} += " \
2 kernel-module-ebtables \
3 kernel-module-ebtable-nat \
4 kernel-module-ebt-arp \
5 kernel-module-ebt-ip \
6 "
7