agl-service-gps: add recipe to build gps/gnss binding 01/10701/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 25 Aug 2017 19:07:13 +0000 (22:07 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Sep 2017 11:28:36 +0000 (11:28 +0000)
Add recipe that builds the gps/gnss binding for location
services

Bug-AGL: SPEC-824
Change-Id: I485967a640d0dbd3febdbe474f025155797c85ad
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb [new file with mode: 0644]

diff --git a/recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb b/recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb
new file mode 100644 (file)
index 0000000..fe6a772
--- /dev/null
@@ -0,0 +1,17 @@
+SUMMARY     = "GPS/GNSS Service Binding"
+DESCRIPTION = "AGL GPS/GNSS Service Binding"
+HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-gps"
+SECTION     = "apps"
+
+LICENSE     = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-gps;protocol=http"
+SRCREV  = "${AUTOREV}"
+
+PV = "1.0+git${SRCPV}"
+S  = "${WORKDIR}/git"
+
+DEPENDS = "json-c gpsd"
+
+inherit cmake aglwgt pkgconfig