diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-11 10:38:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-11 10:38:18 +0000 |
commit | c3ec51de4f611d0c841cbae34611bfdf4cf8628f (patch) | |
tree | 836baa2d431d038844fecddb6eb7107cb25039d8 /templates/feature | |
parent | 27155d650036a972f3f54fc3a6ffcfa9fda2279d (diff) | |
parent | 10e8985c5bd4e57cc1e2361ea5560dbb5215c67c (diff) |
Merge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc index 2b72a8e2..942cc06f 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -1,4 +1,5 @@ # In order to enable the hmi-framework features , # enables the following line: # -DISTRO_FEATURES_append = " agl-hmi-framework " +DISTRO_FEATURES_append = "agl-hmi-framework" +PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017" |