diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-10 12:31:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-10 12:31:13 +0000 |
commit | 39dadb2ed71086dc4022f4a6999eac694a017dee (patch) | |
tree | 941b42073f00b805405171e2086fca9031399f42 | |
parent | ba43a150ba103843c9e70bab288f8c37a77324a2 (diff) | |
parent | 07216cb0a30743b237b0c92fdef32838a0ed6843 (diff) |
Merge "templates: add PREFERRED_RPROVIDER for navigation" into eeleel_4.99.4eel/4.99.44.99.4
-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" |