aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@bolloretelecom.eu>2009-12-30 17:33:44 +0100
committerJeremy Lainé <jeremy.laine@bolloretelecom.eu>2009-12-30 17:33:44 +0100
commitd49b36e8cd4cb5464f2fb35f03cb28249eb33474 (patch)
treee42e00eacff9ef1e4ac2c035b1192b1638ecfa14 /recipes/iptables
parent280420fa7a9bcc1c2ae22c8b5e6993a8874c3c91 (diff)
downloadopenembedded-d49b36e8cd4cb5464f2fb35f03cb28249eb33474.tar.gz
iptables: fix packaging of ${libexec}/xtables modules
Diffstat (limited to 'recipes/iptables')
-rw-r--r--recipes/iptables/iptables.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc
index fd16f97b0a..698c25975c 100644
--- a/recipes/iptables/iptables.inc
+++ b/recipes/iptables/iptables.inc
@@ -6,7 +6,7 @@ LICENSE = "GPL"
SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
S = "${WORKDIR}/iptables-${PV}"
-INC_PR = "r5"
+INC_PR = "r6"
PARALLEL_MAKE = ""
@@ -26,7 +26,7 @@ inherit autotools
PACKAGES =+ "${PN}-utils"
FILES_${PN}-utils = "${sbindir}/iptables-save ${sbindir}/iptables-restore"
FILES_${PN}-doc += "${mandir}"
-FILES_${PN}-dbg += "${libexecdir}/xtables"
+FILES_${PN}-dbg += "${libexecdir}/xtables/.debug/*"
RRECOMMENDS = "\
kernel-module-ip-tables \