[oe-commits] Koen Kooi : tcp-wrappers: convert to new style staging

git version control git at git.openembedded.org
Thu Apr 1 11:20:03 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 08:27:57 2010 +0200

tcp-wrappers: convert to new style staging

---

 recipes/tcp-wrappers/tcp-wrappers_7.6.bb |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
index 7cb766b..c9a820b 100644
--- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
 LICENSE = "tcp-wrappers"
 PRIORITY = "optional"
 SECTION = "console/network"
-PR ="r4"
+PR ="r5"
 
 
 PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
@@ -107,8 +107,3 @@ do_install () {
 	install -m 0644 tcpd.h ${D}${includedir}/
 }
 
-do_stage() {
-        oe_libinstall -C shared -so  libwrap ${STAGING_LIBDIR}
-		install -m 0644 tcpd.h ${STAGING_INCDIR}
-}
-





More information about the Openembedded-commits mailing list