diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-14 14:23:08 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-14 16:16:28 +0000 |
commit | 93b83aab80796ab959a95bf383c27f11357d52eb (patch) | |
tree | a11f6c5ee196571aafc4ff5b9aa17c97640f1dde | |
parent | 4d724cb2315073290f35a158460ab465dddb7aff (diff) |
Make the new hmi-framework a default dependency for agl-demo
This makes the new hmi-framework enabled by default as we start to port apps to it.
Attention: legacy apps will stop to work - you'll have to port your app.
See https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf .
Change-Id: Ie29ecff66e1669f6046bf6ceb74b3d9ed2a401d3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/feature/agl-demo/included.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-demo/included.dep b/templates/feature/agl-demo/included.dep index 00568a91b..0eb682b99 100644 --- a/templates/feature/agl-demo/included.dep +++ b/templates/feature/agl-demo/included.dep @@ -1 +1 @@ -agl-appfw-smack agl-devel +agl-appfw-smack agl-devel agl-hmi-framework |