diff options
Diffstat (limited to 'esound/esound-gpe_cvs.oe')
-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 |