From: Phil Blundell Date: Sat, 31 Jul 2004 23:51:07 +0000 (+0000) Subject: break up esound into esd, esddsp, esd-utils, libesd X-Git-Tag: Release-2010-05/1~17920 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b59712d9127518a989c0b192a5f7c47e4289c29;p=openembedded.git break up esound into esd, esddsp, esd-utils, libesd BKrev: 410c306bHGeGaeUIYeQThd_t-sWt4w --- diff --git a/esound/esound-gpe_cvs.oe b/esound/esound-gpe_cvs.oe index 83f8e41a3e..225bfe11d2 100644 --- a/esound/esound-gpe_cvs.oe +++ b/esound/esound-gpe_cvs.oe @@ -3,6 +3,13 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound \ file://configure.patch;patch=1" S = "${WORKDIR}/esound" DEPENDS = "audiofile" +PR = "r1" + +PACKAGES =+ "esddsp esd esd-utils" + +FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" +FILES_esd = "${bindir}/esd" +FILES_esd-utils = "${bindir}" inherit autotools libtool pkgconfig