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 /meta-hmi-framework | |
parent | 27155d650036a972f3f54fc3a6ffcfa9fda2279d (diff) | |
parent | 10e8985c5bd4e57cc1e2361ea5560dbb5215c67c (diff) |
Merge "Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment"
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | 2 | ||||
-rw-r--r-- | meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb index c29956ae..b6528b19 100644 --- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb @@ -12,8 +12,8 @@ DEPENDS = "\ pulseaudio \ agl-service-homescreen-2017 \ agl-service-windowmanager-2017 \ - libhomescreen \ libwindowmanager \ + virtual/libhomescreen \ " inherit qmake5 systemd pkgconfig aglwgt diff --git a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb index d93baec4..b11cb349 100644 --- a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb +++ b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb @@ -13,5 +13,5 @@ RDEPENDS_${PN} += " \ libwindowmanager \ qlibwindowmanager \ libsoundmanager \ - libhomescreen \ + libhomescreen-2017 \ " |