From e238a7a949940fa83535fb18aeb9512c4c8bfa2d Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 3 Mar 2011 18:13:28 +0100 Subject: [PATCH] libcmtspeechdata: new recipe; library for cellular speech data path on n900 --- recipes/meego-cellular/libcmtspeechdata_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/meego-cellular/libcmtspeechdata_git.bb 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 -- 2.39.5