aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cmtspeechtest_git.bb
blob: b9b85de7fa91f49c9bba45e4d24495aec9240ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}"