live555 20090602: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Wed, 14 Apr 2010 15:27:54 +0000 (17:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Apr 2010 15:27:54 +0000 (17:27 +0200)
recipes/live555/live555_20090602.bb

index 132c47e..ef005a5 100644 (file)
@@ -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"