diff options
Diffstat (limited to 'recipes/iptables/iptables.inc')
-rw-r--r-- | recipes/iptables/iptables.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc index b2daf4860a..a86ae858c4 100644 --- a/recipes/iptables/iptables.inc +++ b/recipes/iptables/iptables.inc @@ -15,7 +15,7 @@ RPROVIDES_${PN} += "iptables-utils" FILES_${PN}-dbg += "${libexecdir}/xtables/.debug" FILES_${PN}-doc += "${mandir}" -RRECOMMENDS = "\ +RRECOMMENDS_${PN} = "\ kernel-module-ip-tables \ kernel-module-iptable-nat \ kernel-module-iptable-filter \ |