diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-14 16:01:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-14 16:01:52 +0200 |
commit | db9a9dea5346d0fe690877c6a7dc2e87d15eeb12 (patch) | |
tree | 7889c5f86fd11c7bf4a70c00e9752e91ca944199 /recipes | |
parent | 0b5b536e813ca9f463ac9f469c46ce7c60aeba7b (diff) |
liba52: convert to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |