diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-03-08 17:01:05 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-27 17:00:28 +0000 |
commit | f17738e3617a08bebbeb8e6c3034c2111632a995 (patch) | |
tree | 7dbac46d111e0428b3800d3b54c3af8b48f5f18d /meta-speech-framework/recipes-apis | |
parent | cc40e7636b8806c4f0139aa1048cb86de2faf2f6 (diff) |
agl-service-voice-high-capabilities: added recipe
This adds a recipe for agl-service-voice-high-capabilities
Change-Id: Ie45f71d4a2c0faf943328230ca3b3c24fe76fe6f
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'meta-speech-framework/recipes-apis')
-rw-r--r-- | meta-speech-framework/recipes-apis/agl-service-voice-high-capabilities/agl-service-voice-high-capabilities_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-speech-framework/recipes-apis/agl-service-voice-high-capabilities/agl-service-voice-high-capabilities_git.bb b/meta-speech-framework/recipes-apis/agl-service-voice-high-capabilities/agl-service-voice-high-capabilities_git.bb new file mode 100644 index 00000000..efeba097 --- /dev/null +++ b/meta-speech-framework/recipes-apis/agl-service-voice-high-capabilities/agl-service-voice-high-capabilities_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "agl-service-voice-high" +DESCRIPTION = "AGL High Level Voice service" +HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-voice-high-capabilities" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +inherit cmake pkgconfig aglwgt + +DEPENDS += "lua lua-native" +RDEPENDS_${PN} += "lua" + +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high-capabilities.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "0.1+git${SRCPV}" +S = "${WORKDIR}/git" + |