From 929ca4731a37d80e381537db458e76da397d544b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 14 Apr 2010 17:27:54 +0200 Subject: live555 20090602: convert to new style staging --- recipes/live555/live555_20090602.bb | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'recipes') diff --git a/recipes/live555/live555_20090602.bb b/recipes/live555/live555_20090602.bb index 132c47e04f..ef005a5a0a 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" -- cgit 1.2.3-korg