aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-04-24 00:00:25 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-04-24 00:01:34 +0200
commit5ea2f4dbe5f61ae28c1e9526450eba870f862a48 (patch)
tree3f8f6b5bf1a9d5dfd01329c5afd79fd3584f880a /recipes/freesmartphone
parent4dc6cc5675df746858c6c6ac539ed1ca791c8cc7 (diff)
downloadopenembedded-5ea2f4dbe5f61ae28c1e9526450eba870f862a48.tar.gz
cmtspeechtest: new recipe; test program for libcmtspeechdata
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/cmtspeechtest_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/freesmartphone/cmtspeechtest_git.bb b/recipes/freesmartphone/cmtspeechtest_git.bb
new file mode 100644
index 0000000000..d510be6aab
--- /dev/null
+++ b/recipes/freesmartphone/cmtspeechtest_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "cmtspeechdata library test"
+SECTION = "devel"
+LICENSE = "GPL"
+SRCREV = "509d02ca46087c23c18de81078b6ffcbd91a52d4"
+DEPENDS = "libcmtspeechdata"
+PV = "0.0+gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/nokian900/cmtspeechtest"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}"