summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb')
-rwxr-xr-xrecipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb
deleted file mode 100755
index e4dc8440..00000000
--- a/recipes-demo-hmi/libnaviapi-agl/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://github.com/AGLExport/agl-service-navigation;protocol=git;branch=master"
-SRCREV = "1f1ffc92fcc882aa5e885badbc91a3384f5d77b1"
-S = "${WORKDIR}/git"
-
-# FIXME: Remove once CMake+ninja issues are resolved
-OECMAKE_GENERATOR = "Unix Makefiles"