From e360700512cb50df695ff9b1527191ff8339f237 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 26 Jul 2017 22:02:49 +0200 Subject: Temporarily fix the navigation app until SPEC-384 and SPEC-785 are fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 6c8195ad..70afe97e 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/ -- cgit 1.2.3-korg