From d49b36e8cd4cb5464f2fb35f03cb28249eb33474 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20Lain=C3=A9?= Date: Wed, 30 Dec 2009 17:33:44 +0100 Subject: [PATCH] iptables: fix packaging of ${libexec}/xtables modules --- recipes/iptables/iptables.inc | 4 ++-- 1 file 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 \ -- 2.39.5