[oe-commits] Jeremy Lainé : iptables: fix packaging of ${libexec}/ xtables modules

git version control git at git.openembedded.org
Sun Jan 3 19:30:52 UTC 2010


Module: openembedded.git
Branch: shr/testing2009
Commit: d91c07a67b9fee7b8fd3d650d37dbada8329c86e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d91c07a67b9fee7b8fd3d650d37dbada8329c86e

Author: Jeremy Lainé <jeremy.laine at bolloretelecom.eu>
Date:   Wed Dec 30 17:33:44 2009 +0100

iptables: fix packaging of ${libexec}/xtables modules

---

 recipes/iptables/iptables.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc
index fd16f97..698c259 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 \





More information about the Openembedded-commits mailing list