From: Michael 'Mickey' Lauer Date: Thu, 3 Mar 2011 17:13:28 +0000 (+0100) Subject: libcmtspeechdata: new recipe; library for cellular speech data path on n900 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e238a7a949940fa83535fb18aeb9512c4c8bfa2d;p=openembedded.git libcmtspeechdata: new recipe; library for cellular speech data path on n900 --- diff --git a/recipes/meego-cellular/libcmtspeechdata_git.bb b/recipes/meego-cellular/libcmtspeechdata_git.bb new file mode 100644 index 0000000000..5af1fc4d8e --- /dev/null +++ b/recipes/meego-cellular/libcmtspeechdata_git.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Library for cellular speech data path on Nokia N900" +LICENSE = "LGPL" +DEPENDS = "check" + +SRC_URI = "git://git.gitorious.org/meego-cellular/libcmtspeechdata.git;protocol=http" +SRCREV = "845034568692d289573e18163d497fce6177cffb" +PV = "0.0.0+gitr${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools