diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-09-12 20:21:28 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-15 13:19:36 +0000 |
commit | 6d3eb8fc0c9f9ec42217c5d8a18eb3171def99ae (patch) | |
tree | 5ab28a3389e3d8cf7258f83e89ec00e5d290e47b | |
parent | 3becf981728c3942cd56abd83dade918cf98248d (diff) |
agl-service-geoclue: add geoclue binding recipe
Bug-AGL: SPEC-852
Change-Id: I6c45f274814a1bf28e590d9ea1c09bef87f389d6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | recipes-demo-hmi/agl-service-geoclue/agl-service-geoclue_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-geoclue/agl-service-geoclue_git.bb b/recipes-demo-hmi/agl-service-geoclue/agl-service-geoclue_git.bb new file mode 100644 index 000000000..1da7448ed --- /dev/null +++ b/recipes-demo-hmi/agl-service-geoclue/agl-service-geoclue_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "GeoClue Service Binding" +DESCRIPTION = "AGL GeoClue Service Binding" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-geoclue" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-geoclue;protocol=http" +SRCREV = "${AUTOREV}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +DEPENDS = "json-c geoclue" + +inherit cmake aglwgt pkgconfig |