diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-09 19:54:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-09 19:56:34 -0400 |
commit | 8c8455f86f6ee8e9a40d163b260b60aea250b297 (patch) | |
tree | 5ec102e1c717e8ed2866a315dab67a105e6af0ac /recipes-demo-hmi/navigation/libnaviapi-agl_git.bb | |
parent | 3cc80df78623edf03f7b203ff47828f77e5cf4cd (diff) |
Migrate poiapp and libnaviapi-agl to AGL Gerrit
Update the poiapp and libnaviapi-agl recipes to point at AGL Gerrit for
their source repositories. Additionally, the libnaviapi-agl recipe has
been moved to recipes-demo/navigation since being beside its users seems
to be a more logical location, and a few lines have been reordered in
the poiapp recipe to better match the OpenEmbedded style guide.
Bug-AGL: SPEC-2787
Change-Id: I41334b47b4970adb51fc943368dba7e07bbf113d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/libnaviapi-agl_git.bb')
-rw-r--r-- | recipes-demo-hmi/navigation/libnaviapi-agl_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb b/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb new file mode 100644 index 000000000..87087e1a8 --- /dev/null +++ b/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "AGL Navigation API Library" +DESCRIPTION = "AGL Navigation API ver 0.1.0 library for C++" +HOMEPAGE = "https://github.com/AGLExport/agl-service-navigation" +LICENSE = "Apache-2.0" +SECTION = "libs" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +DEPENDS = "af-binder json-c libdbus-c++ af-main-native" + +inherit cmake + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-navigation;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" +S = "${WORKDIR}/git" + +# FIXME: Remove once CMake+ninja issues are resolved +OECMAKE_GENERATOR = "Unix Makefiles" |