summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-09-27 08:58:24 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-08 20:39:20 +0000
commit795e47d4cb5e20f721d997e70d90199069a04848 (patch)
treea311c7230e406a5a9e34dda7028e3b93874a49bb
parent4c527dd56caf43145d3d6b232cced98383ec3427 (diff)
agl-service: telephony: add telephony service recipe
Bug-AGL: SPEC-1757 Change-Id: I0dd0c80fc089ce18fce0325fbbe0f17d257418a6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-telephony/agl-service-telephony_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-telephony/agl-service-telephony_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-telephony/agl-service-telephony_git.bb
new file mode 100644
index 000000000..6c3e958a1
--- /dev/null
+++ b/meta-agl-profile-core/recipes-apis/agl-service-telephony/agl-service-telephony_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Telephony Service Binding"
+DESCRIPTION = "AGL Telephony Service Binding"
+HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-telephony"
+SECTION = "apps"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-telephony;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
+
+PV = "1.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+DEPENDS = "json-c"
+RDEPENDS_${PN} = "ofono agl-service-bluetooth-pbap"
+
+inherit cmake aglwgt pkgconfig