summaryrefslogtreecommitdiffstats
path: root/recipes/live555
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-14 17:27:54 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-14 17:27:54 +0200
commit929ca4731a37d80e381537db458e76da397d544b (patch)
treed279c93a8f52b8da822a41af582ea6055b39c555 /recipes/live555
parentdb9a9dea5346d0fe690877c6a7dc2e87d15eeb12 (diff)
downloadopenembedded-929ca4731a37d80e381537db458e76da397d544b.tar.gz
live555 20090602: convert to new style staging
Diffstat (limited to 'recipes/live555')
-rw-r--r--recipes/live555/live555_20090602.bb18
1 files changed, 1 insertions, 17 deletions
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"