summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/iptables/iptables_1.8.5.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.8.5.bb b/meta/recipes-extended/iptables/iptables_1.8.5.bb
index 8664a9751a..5976128807 100644
--- a/meta/recipes-extended/iptables/iptables_1.8.5.bb
+++ b/meta/recipes-extended/iptables/iptables_1.8.5.bb
@@ -68,7 +68,7 @@ do_install_append() {
68 fi 68 fi
69} 69}
70 70
71PACKAGES += "${PN}-modules" 71PACKAGES =+ "${PN}-modules ${PN}-apply"
72PACKAGES_DYNAMIC += "^${PN}-module-.*" 72PACKAGES_DYNAMIC += "^${PN}-module-.*"
73 73
74python populate_packages_prepend() { 74python populate_packages_prepend() {
@@ -98,6 +98,9 @@ RRECOMMENDS_${PN} = " \
98 98
99FILES_${PN} += "${datadir}/xtables" 99FILES_${PN} += "${datadir}/xtables"
100 100
101FILES_${PN}-apply = "${sbindir}/ip*-apply"
102RDEPENDS_${PN}-apply = "${PN} bash"
103
101# Include the symlinks as well in respective packages 104# Include the symlinks as well in respective packages
102FILES_${PN}-module-xt-conntrack += "${libdir}/xtables/libxt_state.so" 105FILES_${PN}-module-xt-conntrack += "${libdir}/xtables/libxt_state.so"
103FILES_${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so" 106FILES_${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so"