diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-06-26 21:10:53 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-06-26 21:10:53 -0400 |
commit | 220048d7b81c4eb89d3bc288980e161ea309e1e4 (patch) | |
tree | ca6c6345d22c5f212f17577820029141fb975874 | |
parent | f85b3d3442abea79ab3aba52ad9150c8a5bd3e23 (diff) |
agl-hmi-framework: remove virtual/navigation over-ride
Remove dangling PREFERRED_PROVIDER over-ride of virtual/navigation that
was forcing the use of the older navigation application instead of the
setting of the newer ondemandnavi application done in the distro
configuration.
Bug-AGL: SPEC-2576
Change-Id: Id6f7d6636bef5cf40dc5085b02030acd0e7d494d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 1 |
1 files changed, 0 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 845a5270e..d251e183d 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -2,4 +2,3 @@ # enables the following line: # DISTRO_FEATURES_append = " agl-hmi-framework" -PREFERRED_RPROVIDER_virtual/navigation = "navigation" |