diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-09 09:56:28 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-09 01:06:34 +0000 |
commit | 10e8985c5bd4e57cc1e2361ea5560dbb5215c67c (patch) | |
tree | 35f6e8127a79608e51f27af15aa0a70a79531440 /templates | |
parent | 583e5b6253dcca995d787b4e386bed558d7f6601 (diff) |
Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment
Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment,
homescreen-2017 DEPENDS in virtual/libhomescreen,
packagegroup-hmi-framework.bb RDEPENDS in libhomescreen-2017.
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11759/
Change-Id: Iee449470e85f6faae37dc71aa2eb7a90ac47b9f6
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'templates')
-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" |