summaryrefslogtreecommitdiff
path: root/esound
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-05-16 08:28:05 +0000
committerPhil Blundell <philb@gnu.org>2004-05-16 08:28:05 +0000
commit5ea2263baf0e775c14e19f14789fd20b9cf4286c (patch)
tree244cb48979f29feda23af5836b1a908887c73078 /esound
parentb09dc0d97873b90137c9f50e29574afde708eb88 (diff)
esd build fixes
BKrev: 40a72615ho4qTFoMf1Vjxevd1NijEg
Diffstat (limited to 'esound')
-rw-r--r--esound/esound-gpe_cvs.oe9
1 files changed, 7 insertions, 2 deletions
diff --git a/esound/esound-gpe_cvs.oe b/esound/esound-gpe_cvs.oe
index eb3bbd74ea..1763c8f0f7 100644
--- a/esound/esound-gpe_cvs.oe
+++ b/esound/esound-gpe_cvs.oe
@@ -1,9 +1,14 @@
SRC_URI = "cvs://anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound"
S = "${WORKDIR}/esound"
+DEPENDS = "audiofile"
-inherit autotools
+inherit autotools libtool
+
+SOV = "0.2.28"
do_stage () {
install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
- oe_libinstall -so libesd ${STAGING_LIBDIR}
+ oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
+ install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
+ install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
}