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

git version control git at git.openembedded.org
Wed Apr 14 14:02:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: db9a9dea5346d0fe690877c6a7dc2e87d15eeb12
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db9a9dea5346d0fe690877c6a7dc2e87d15eeb12

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 14 16:01:52 2010 +0200

liba52: convert to new style staging

---

 recipes/liba52/liba52_0.7.4.bb |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/recipes/liba52/liba52_0.7.4.bb b/recipes/liba52/liba52_0.7.4.bb
index 7050741..94229be 100644
--- a/recipes/liba52/liba52_0.7.4.bb
+++ b/recipes/liba52/liba52_0.7.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Library for reading some sort of media format."
 LICENSE = "GPL"
 SECTION = "libs"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 
 inherit autotools
 
@@ -21,15 +21,5 @@ FILES_a52dec = " ${bindir}/* "
 FILES_a52dec-dbg += " ${bindir}/.debug/* "
 FILES_a52dec-doc = " ${mandir}/man1/* "
 
-do_stage() {
-	oe_libinstall -a -so -C liba52 liba52 ${STAGING_LIBDIR}
-
-	install -d ${STAGING_INCDIR}/a52dec
-	install -m 0644 ${S}/include/a52.h ${STAGING_INCDIR}/a52dec/a52.h
-	install -m 0644 ${S}/include/attributes.h ${STAGING_INCDIR}/a52dec/attributes.h
-	install -m 0644 ${S}/include/audio_out.h ${STAGING_INCDIR}/a52dec/audio_out.h
-	install -m 0644 ${S}/include/mm_accel.h ${STAGING_INCDIR}/a52dec/mm_accel.h
-}
-
 SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
 SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"





More information about the Openembedded-commits mailing list