diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-25 22:07:13 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-05 11:28:36 +0000 |
commit | b5928ac455dc4b3be334d6d450ed37175524704d (patch) | |
tree | 1a778a0e06d86b4da4cecd497a51fa64db8f5df0 | |
parent | 3a37458cf75bf34370e5fed7cbf5d7128b61ea9a (diff) |
agl-service-gps: add recipe to build gps/gnss binding
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>
-rw-r--r-- | recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 000000000..fe6a77215 --- /dev/null +++ b/recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb @@ -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 |