From 5ea2263baf0e775c14e19f14789fd20b9cf4286c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 16 May 2004 08:28:05 +0000 Subject: esd build fixes BKrev: 40a72615ho4qTFoMf1Vjxevd1NijEg --- esound/esound-gpe_cvs.oe | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'esound') 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 } -- cgit v1.2.3