aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmad
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-03 02:14:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-03 02:14:31 +0000
commit612ec1f144171bee11bdf58c5525de02fe0e78e5 (patch)
treed7b0312274edefcaeadaf826d8ac182a05507faf /packages/libmad
parent08d93ae598df98aad8c1f225a6c3ecf5216c1b9a (diff)
downloadopenembedded-612ec1f144171bee11bdf58c5525de02fe0e78e5.tar.gz
libmad: change do_stage to use autotools_stage_all in 0.15.0b
Diffstat (limited to 'packages/libmad')
-rw-r--r--packages/libmad/libmad_0.15.0b.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libmad/libmad_0.15.0b.bb b/packages/libmad/libmad_0.15.0b.bb
index 51402d2f01..4d7e0a5202 100644
--- a/packages/libmad/libmad_0.15.0b.bb
+++ b/packages/libmad/libmad_0.15.0b.bb
@@ -1,3 +1,4 @@
+PR = "r1"
DESCRIPTION = "MPEG Audio Decoder Library"
SECTION = "libs"
PRIORITY = "optional"
@@ -20,6 +21,5 @@ do_configure_prepend () {
}
do_stage() {
- oe_libinstall -so libmad ${STAGING_LIBDIR}
- install -m 0644 mad.h ${STAGING_INCDIR}
+ autotools_stage_all
}