diff options
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" |