Add libhomescreen libwindowmanager to Depends 33/11533/4
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Wed, 25 Oct 2017 08:17:07 +0000 (17:17 +0900)
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>
Wed, 1 Nov 2017 04:53:15 +0000 (04:53 +0000)
    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>
meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb

index 5f8c3ef..f0d2498 100644 (file)
@@ -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"