summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libnaviapi-agl
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-02-18 17:30:13 -0500
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-09 18:27:07 +0200
commit5f5a1fb6ea4fd884040ef3175f478321651afeab (patch)
treec9475e809bd513770945a6481f0b0cd7dc548fc4 /recipes-demo-hmi/libnaviapi-agl
parent16224041eeeee070fd40a14d457adb5fc9d7ae8e (diff)
Upgrade to thud
Changes include: - Add LAYERSERIES_COMPAT definition to layer.conf - Replace libvcard recipe with bbappend now that a recipe is available in meta-qt5 - Add OECMAKE_GENERATOR = "Unix Makefiles" to libnaviapi-agl recipe for now to work around CMake+ninja issue - Add patch to navigation app to fix compilation against OpenSSL 1.1 - Remove libssp-dev from agl-demo-platform-crosssdk, upstream have removed it from non-mingw32 platform SDKs Known issues: - CMake+ninja issue in cmake-apps-module has been worked around with OECMAKE_GENERATOR Bug-AGL: SPEC-1837 Change-Id: I14c5355fb38d5eed064f154f889d61d8e46854b7 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/libnaviapi-agl')
-rwxr-xr-xrecipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb
index af528ff6..e4dc8440 100755
--- a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb
+++ b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb
@@ -14,3 +14,5 @@ SRC_URI = "git://github.com/AGLExport/agl-service-navigation;protocol=git;branch
SRCREV = "1f1ffc92fcc882aa5e885badbc91a3384f5d77b1"
S = "${WORKDIR}/git"
+# FIXME: Remove once CMake+ninja issues are resolved
+OECMAKE_GENERATOR = "Unix Makefiles"