iptables: fix packaging of ${libexec}/xtables modules
authorJeremy Lainé <jeremy.laine@bolloretelecom.eu>
Wed, 30 Dec 2009 16:33:44 +0000 (17:33 +0100)
committerJeremy Lainé <jeremy.laine@bolloretelecom.eu>
Wed, 30 Dec 2009 16:33:44 +0000 (17:33 +0100)
recipes/iptables/iptables.inc

index fd16f97..698c259 100644 (file)
@@ -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 \