aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cmtspeechtest_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/cmtspeechtest_git.bb')
-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..b9b85de7fa
--- /dev/null
+++ b/recipes/freesmartphone/cmtspeechtest_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "cmtspeechdata library test"
+SECTION = "devel"
+LICENSE = "GPL"
+SRCREV = "c7839fb454307bcd9228afc5596c7cdba78b3288"
+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}"