From b5928ac455dc4b3be334d6d450ed37175524704d Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 25 Aug 2017 22:07:13 +0300 Subject: [PATCH] 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 --- recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb 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 -- 2.16.6