qtquickcontrols2-agl*: Fix DEPENDS 39/9039/1
authorScott Murray <scott.murray@konsulko.com>
Sun, 2 Apr 2017 16:35:49 +0000 (12:35 -0400)
committerScott Murray <scott.murray@konsulko.com>
Sun, 2 Apr 2017 16:35:49 +0000 (12:35 -0400)
It seems "inherit qmake5" is not sufficient to pick up the base Qt5
build infrastructure on its own, so add a DEPENDS on qtquickcontrols2
to the qtquickcontrols2-agl and qtquickcontrols2-agl-style recipes to
fix potential build breakage on a clean build.

Change-Id: I72e4512e972c78f4fc435dd8bd98c4865b660a87
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-demo-hmi/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb
recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb

index 3deaf1f..141cc20 100644 (file)
@@ -3,6 +3,8 @@ HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/src/qtqui
 LICENSE     = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
 
+DEPENDS = "qtquickcontrols2"
+
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl-style;protocol=http"
index 094edf7..a8c55f0 100644 (file)
@@ -3,6 +3,8 @@ HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/src/qtqui
 LICENSE     = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
 
+DEPENDS = "qtquickcontrols2"
+
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=http"