From: Phil Blundell Date: Sun, 16 May 2004 08:28:05 +0000 (+0000) Subject: esd build fixes X-Git-Tag: Release-2010-05/1~19139 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea2263baf0e775c14e19f14789fd20b9cf4286c;p=openembedded.git esd build fixes BKrev: 40a72615ho4qTFoMf1Vjxevd1NijEg --- 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 }