diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-25 17:17:07 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-01 04:53:15 +0000 |
commit | 4f6401ba7ea4962a3e152e64190679da4ef9e56e (patch) | |
tree | e4f05e3bf70ee04565abefe7b2996ec5183517e7 /meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | |
parent | 306c61a54e1bdb7938ef532e0631a98a5dab2d14 (diff) |
Add libhomescreen libwindowmanager to Depends
As libhomescreen split from homescreen-service,
libwindowmanager split from windowmanager-service,
homescreen-2017 needs depends on libhomescreen and libwindowmanager.
Relative Commits:
https://gerrit.automotivelinux.org/gerrit/#/c/11413/
BUG-AGL: SPEC-991
Change-Id: I9a5a8d619fbc0364a8f8067c335fba1aae5f246e
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | 11 |
1 files changed, 10 insertions, 1 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 5f8c3ef2..f0d2498e 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 @@ -7,7 +7,16 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://homescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" inherit qmake5 systemd pkgconfig aglwgt -DEPENDS = " qtbase qtdeclarative qtquickcontrols2 pulseaudio agl-service-homescreen-2017 agl-service-windowmanager-2017" +DEPENDS = "\ + qtbase \ + qtdeclarative \ + qtquickcontrols2 \ + pulseaudio \ + agl-service-homescreen-2017 \ + agl-service-windowmanager-2017 \ + libhomescreen \ + libwindowmanager \ +" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=master" SRCREV = "3d836c185f92fb38fed31e373f371187322b2f3f" |