From: Jeremy Lainé Date: Wed, 30 Dec 2009 16:33:44 +0000 (+0100) Subject: iptables: fix packaging of ${libexec}/xtables modules X-Git-Tag: Release-2010-05/1~1103^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49b36e8cd4cb5464f2fb35f03cb28249eb33474;p=openembedded.git iptables: fix packaging of ${libexec}/xtables modules --- 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 \