diff options
Diffstat (limited to 'recipes/freesmartphone/cmtspeechtest_git.bb')
-rw-r--r-- | recipes/freesmartphone/cmtspeechtest_git.bb | 16 |
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}" |