[oe-commits] Koen Kooi : live555 20090602: convert to new style staging

git version control git at git.openembedded.org
Wed Apr 14 22:19:29 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 14 17:27:54 2010 +0200

live555 20090602: convert to new style staging

---

 recipes/live555/live555_20090602.bb |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/recipes/live555/live555_20090602.bb b/recipes/live555/live555_20090602.bb
index 132c47e..ef005a5 100644
--- a/recipes/live555/live555_20090602.bb
+++ b/recipes/live555/live555_20090602.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://live.com/"
 LICENSE = "LGPL"
 SECTION = "devel"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.live555.com/liveMedia/public/live.2009.06.02.tar.gz \
            file://config.linux-cross"
@@ -37,21 +37,5 @@ do_install() {
 	cp ${S}/*/*.a ${D}${libdir}
 }
 
-do_stage () {
-	install -d ${STAGING_INCDIR}/
-	install -d ${STAGING_LIBDIR}/
-
-	# Find all the headers
-	for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
-		install ${i} ${STAGING_INCDIR}/
-	done
-
-	# Find the libs *.a
-	for i in $(find . -name "*.a") ; do
-		install ${i} ${STAGING_LIBDIR}
-	done
-}
-
-
 SRC_URI[md5sum] = "088f848b64cef1d54034bc24cfa3c156"
 SRC_URI[sha256sum] = "66c54241bfcc7ea42fe40e1c93739be79a3c065390c4163c0f2647ac45c24758"





More information about the Openembedded-commits mailing list