diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 23:51:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 23:51:07 +0000 |
commit | 6b59712d9127518a989c0b192a5f7c47e4289c29 (patch) | |
tree | c012ea60598d3a37143560aec5e3f4f1e1fa96fd /esound | |
parent | ac78af3207a43309115505ff872312fbb7889f62 (diff) |
break up esound into esd, esddsp, esd-utils, libesd
BKrev: 410c306bHGeGaeUIYeQThd_t-sWt4w
Diffstat (limited to 'esound')
-rw-r--r-- | esound/esound-gpe_cvs.oe | 7 |
1 files changed, 7 insertions, 0 deletions
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 |