git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2c33c
)
fix libmad staging. this package is now useful :)
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 19 Jan 2004 09:38:58 +0000
(09:38 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 19 Jan 2004 09:38:58 +0000
(09:38 +0000)
BKrev: 400ba5b2Nl-SzOH7c1hPYu-TTeTiKw
libmad/libmad_0.15.0b.oe
patch
|
blob
|
history
diff --git
a/libmad/libmad_0.15.0b.oe
b/libmad/libmad_0.15.0b.oe
index
6fb9dcc
..
e684750
100644
(file)
--- a/
libmad/libmad_0.15.0b.oe
+++ b/
libmad/libmad_0.15.0b.oe
@@
-1,3
+1,4
@@
+DESCRIPTION="MPEG Audio Decoder Library"
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
@@
-15,3
+16,9
@@
do_configure_prepend () {
# damn picky automake...
touch NEWS AUTHORS ChangeLog
}
+
+do_stage() {
+ oe_soinstall .libs/libmad.so.0.2.0 ${STAGING_LIBDIR}
+ install -m 0644 mad.h ${STAGING_INCDIR}
+}
+