diff options
author | Matt Porter <mporter@konsulko.com> | 2016-12-28 01:10:26 +0200 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2016-12-28 01:10:26 +0200 |
commit | 37ec716cf239a5d98712d0693be00662c826831c (patch) | |
tree | 4335b97bcd509689bd9797e00ce4745922e12a8d /recipes-demo-hmi | |
parent | d7c4e0d888a0ff61ac9b7b3fb91b6bd28aed7dd1 (diff) |
ces2017-demo: add mixer.wgt to the installer script
Adds mixer.wgt to the installer script so we don't have to install
it in a second step.
Change-Id: I37723db6c2f3f6b5c2aef95669eb2c0afa01fb64
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index 20695bad1..49f5c3e64 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -99,6 +99,7 @@ do_install_prepend() { /usr/bin/afm-util install settings.wgt /usr/bin/afm-util install navigation.wgt /usr/bin/afm-util install poi.wgt + /usr/bin/afm-util install mixer.wgt #it's Workaround cyad -s -k MANIFESTS -t allow -c User::App::navigation -u '*' -p 'http://tizen.org/privilege/internal/dbus' |