diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-26 22:02:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-27 14:43:59 +0000 |
commit | 8bc079dd240879705c5d7881dee69613fcc39ed8 (patch) | |
tree | afc63d90e1c0f75d7ae15efbf9e787272e29cd36 /recipes-demo-hmi/navigation/navigation_git.bb | |
parent | f7ad5641c437306b02892decb108588d8033899a (diff) |
Temporarily fix the navigation app until SPEC-384 and SPEC-785 are fixed
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation_git.bb')
-rw-r--r-- | recipes-demo-hmi/navigation/navigation_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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/ |