From: Matt Ranostay Date: Fri, 25 Aug 2017 19:07:13 +0000 (+0300) Subject: agl-service-gps: add recipe to build gps/gnss binding X-Git-Tag: 4.99.1~27 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=b5928ac455dc4b3be334d6d450ed37175524704d 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 --- 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