diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-12 07:12:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-19 16:41:30 +0000 |
commit | 28ea9b9f75aa10624808bf376d77a992a48e7139 (patch) | |
tree | b50f7d3e37c67af1a060d7500fcc663d340fa98c /recipes-demo-hmi/navigation | |
parent | d713285f617aed53a897da8d9f8f66943c7b09e4 (diff) |
libnaviapi-agl: remove deprecated package
agl-service-navigation rewrite no longer has a interface library.
For interfacing to clients this has been moved to libqtappfw
Bug-AGL: SPEC-2880
Change-Id: I286020ddb0fa26ecb286c1f3682841b40683e418
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rw-r--r-- | recipes-demo-hmi/navigation/libnaviapi-agl_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb b/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb deleted file mode 100644 index 87087e1a8..000000000 --- a/recipes-demo-hmi/navigation/libnaviapi-agl_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" |