diff options
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/agl-service-navigation/agl-service-navigation_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-navigation/agl-service-navigation_git.bb b/recipes-demo-hmi/agl-service-navigation/agl-service-navigation_git.bb new file mode 100644 index 000000000..933d47d44 --- /dev/null +++ b/recipes-demo-hmi/agl-service-navigation/agl-service-navigation_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Navigation Service Binding" +DESCRIPTION = "AGL Navigation Service API Binding" +HOMEPAGE = "https://github.com/AGLExport/agl-service-navigation" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +SRC_URI = "git://github.com/AGLExport/agl-service-navigation;protocol=git;branch=master" +SRCREV = "b75e80244471e3486176e5ba476989410ecf5bda" + +PV = "0.1+git${SRCPV}" +S = "${WORKDIR}/git" + +DEPENDS = " json-c libdbus-c++ " + +inherit cmake aglwgt pkgconfig |