From 4f6401ba7ea4962a3e152e64190679da4ef9e56e Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 25 Oct 2017 17:17:07 +0900 Subject: 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 --- .../recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'meta-hmi-framework/recipes-demo-hmi') 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" -- cgit 1.2.3-korg