From 276f30ef24715c9c86a9b63e7406dd9a8cc93a0c Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Mon, 26 Dec 2016 20:21:43 +0900 Subject: Merge the installation script to ces2017-demo I divided the script of Navi, but I will do the merge. With this change, all installations are done with one script. This patch solves the problem that navigation can not be started. Change-Id: I523b85cbee19531345c2e3fdaffc9c8c5f6b9c1b Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-demo-hmi/CES2017-demo/CES2017-demo.bb') diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index 777f98e6..ef4b48d7 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -97,6 +97,11 @@ do_install_prepend() { /usr/bin/afm-util install radio.wgt /usr/bin/afm-util install settings.wgt /usr/bin/afm-util install navigation.wgt + /usr/bin/afm-util install poi.wgt + + #it's Workaround + cyad -s -k MANIFESTS -t allow -c User::App::navigation -u '*' -p 'http://tizen.org/privilege/internal/dbus' + cyad -s -k MANIFESTS -t allow -c User::App::poi -u '*' -p 'http://tizen.org/privilege/internal/dbus' EOF } -- cgit 1.2.3-korg