diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-12 07:12:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-02 21:19:10 +0000 |
commit | 3ef31f381513a6bb30f1388fcfc698fc9379e73f (patch) | |
tree | a66ac6e83a39c8bb0f3299af0d3308034c66958d /recipes-demo-hmi | |
parent | 1bf24305afeba88ea473f59df7f30224a18b9890 (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>
(cherry picked from commit 28ea9b9f75aa10624808bf376d77a992a48e7139)
Diffstat (limited to 'recipes-demo-hmi')
-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" |