diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-08 15:13:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-08 15:13:21 +0000 |
commit | 948782be5dd7d3e25a78d1ad2041db8a17b6362a (patch) | |
tree | 60b5784d859c3a86e44925b00d8ffb9fc4d21e10 /templates/feature/agl-hmi-framework/50_local.conf.inc | |
parent | bbd5920cc643085c3d4b219f42c04c1c7852dedc (diff) | |
parent | d7fd10236306c0c41c86d114b2834c013e0dfab7 (diff) |
Merge "templates: add PREFERRED_RPROVIDER for navigation"
Diffstat (limited to 'templates/feature/agl-hmi-framework/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc index eba7b85d..a9e32fff 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -3,3 +3,4 @@ # DISTRO_FEATURES_append = " agl-hmi-framework" PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017" +PREFERRED_RPROVIDER_virtual/navigation = "navigation" |