summaryrefslogtreecommitdiff
path: root/meta/packages/lame
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-17 12:03:16 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-17 12:03:16 +0000
commita04941ccd3342089272095f4c2289f6b6dd8b414 (patch)
tree3b85441241c4fc30496f3fea376fb1a3dce635cf /meta/packages/lame
parentb73a7314603f17a7248cbda2fece8014404333ba (diff)
downloadopenembedded-core-a04941ccd3342089272095f4c2289f6b6dd8b414.tar.gz
openembedded-core-a04941ccd3342089272095f4c2289f6b6dd8b414.tar.bz2
openembedded-core-a04941ccd3342089272095f4c2289f6b6dd8b414.tar.xz
openembedded-core-a04941ccd3342089272095f4c2289f6b6dd8b414.zip
lame: Use autotools_stage_all
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/lame')
-rw-r--r--meta/packages/lame/lame_3.96.1.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/packages/lame/lame_3.96.1.bb b/meta/packages/lame/lame_3.96.1.bb
index ab9a99c06..d610b5105 100644
--- a/meta/packages/lame/lame_3.96.1.bb
+++ b/meta/packages/lame/lame_3.96.1.bb
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
file://no-gtk1.patch;patch=1 \
file://Makefile-lm.patch;patch=1"
-inherit autotools
+inherit autotools_stage
PACKAGES += "libmp3lame libmp3lame-dev"
FILES_${PN} = "${bindir}/lame"
@@ -23,10 +23,3 @@ do_configure() {
gnu-configize --force
oe_runconf
}
-
-do_stage() {
- install -d ${STAGING_LIBDIR}
- oe_libinstall -C libmp3lame -so -a libmp3lame ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/lame
- install -m 0644 include/lame.h ${STAGING_INCDIR}/lame/
-}