tcp-wrappers: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 06:27:57 +0000 (08:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 06:27:57 +0000 (08:27 +0200)
recipes/tcp-wrappers/tcp-wrappers_7.6.bb

index 7cb766b..c9a820b 100644 (file)
@@ -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}
-}
-