aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmad/libmad_0.15.0b.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-27 11:10:04 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-27 11:10:04 +0100
commit7da4b94106a4e6a423378781efd6525bee24184e (patch)
tree3927c51c5cc4b0ec02438984041ce89f208f8da6 /recipes/libmad/libmad_0.15.0b.bb
parent16a534c0520da4e2bf9d4fb57b813f3c6d277ddd (diff)
downloadopenembedded-7da4b94106a4e6a423378781efd6525bee24184e.tar.gz
libmad: convert to new style staging
Diffstat (limited to 'recipes/libmad/libmad_0.15.0b.bb')
-rw-r--r--recipes/libmad/libmad_0.15.0b.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/libmad/libmad_0.15.0b.bb b/recipes/libmad/libmad_0.15.0b.bb
index 005e89eb5e..f14296d320 100644
--- a/recipes/libmad/libmad_0.15.0b.bb
+++ b/recipes/libmad/libmad_0.15.0b.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libid3tag"
LICENSE = "GPL"
-PR = "r2"
+PR = "r4"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
S = "${WORKDIR}/libmad-${PV}"
@@ -19,7 +19,3 @@ do_configure_prepend () {
touch NEWS AUTHORS ChangeLog
}
-do_stage() {
- oe_libinstall -so libmad ${STAGING_LIBDIR}
- install -m 0644 mad.h ${STAGING_INCDIR}
-}