From: Koen Kooi Date: Wed, 14 Apr 2010 14:01:52 +0000 (+0200) Subject: liba52: convert to new style staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9a9dea5346d0fe690877c6a7dc2e87d15eeb12;p=openembedded.git liba52: convert to new style staging --- diff --git a/recipes/liba52/liba52_0.7.4.bb b/recipes/liba52/liba52_0.7.4.bb index 705074117b..94229be2b5 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"