From 8bc079dd240879705c5d7881dee69613fcc39ed8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 26 Jul 2017 22:02:49 +0200 Subject: [PATCH] Temporarily fix the navigation app until SPEC-384 and SPEC-785 are fixed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The navigation app is not fully converted to a wgt as it expects to ship a platform library instead of containing all parts in the wgt. For now (due to the short time until the dab release) mitigate the issue by allowing the platform install. Change-Id: Ic9430c56cf459be2c466e186320bc97cdc8d628d Bug-AGL: SPEC-384 SPEC-785 Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/navigation/navigation_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 6c8195ad7..70afe97e9 100644 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -37,6 +37,14 @@ do_compile_prepend() { } do_install_append() { + # Attention: BUG: app ships native lib as part of platform + # see SPEC-785 and SPEC-384 + # /start FIXME __________________ + cd ${B} + oe_runmake 'DESTDIR=${D}' install + rm ${D}/usr/bin/navi + # /end FIXME ^^^^^^^^^^^^^^^^^^^ + install -d ${D}/usr/AGL/apps mkdir -p ${B}/package/ mv ${B}/navigation.wgt ${B}/package/ -- 2.16.6