[oe-commits] Holger Hans Peter Freyther : ettercap-ng: Fix the packaging of the doc package

git version control git at git.openembedded.org
Tue Mar 23 08:07:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0c77e1f49fdbf22cce43f2e794393bcf34cc652c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0c77e1f49fdbf22cce43f2e794393bcf34cc652c

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Mar 23 16:04:32 2010 +0800

ettercap-ng: Fix the packaging of the doc package

The addition of datadir to FILES_PN lead to shipping the manpages
by default. Fix that packaging error.

---

 recipes/ettercap/ettercap-ng_0.7.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb
index fea9302..8e22283 100644
--- a/recipes/ettercap/ettercap-ng_0.7.3.bb
+++ b/recipes/ettercap/ettercap-ng_0.7.3.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "virtual/libiconv libnet libpcap openssl libpcre ncurses zlib libtool"
 LICENSE = "GPL"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-NG-${PV}.tar.gz \
            file://autotools.patch;patch=1 \
@@ -17,5 +17,5 @@ inherit autotools
 
 EXTRA_OECONF += "--disable-gtk --with-libncurses=${STAGING_INCDIR}"
 
-FILES_${PN} += "${datadir} ${libdir}/ettercap/*.so"
+FILES_${PN} += "${datadir}/ettercap ${libdir}/ettercap/*.so"
 FILES_${PN}-dbg += "${libdir}/ettercap/.debug"





More information about the Openembedded-commits mailing list