From: Scott Murray Date: Sun, 2 Apr 2017 16:35:49 +0000 (-0400) Subject: qtquickcontrols2-agl*: Fix DEPENDS X-Git-Tag: 3.0.3~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=317cca32609a95afd911ad5048538a2951009bf9;p=AGL%2Fmeta-agl-demo.git qtquickcontrols2-agl*: Fix DEPENDS 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 --- diff --git a/recipes-demo-hmi/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb index 3deaf1fba..141cc207c 100644 --- a/recipes-demo-hmi/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb +++ b/recipes-demo-hmi/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb @@ -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" diff --git a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb index 094edf7bf..a8c55f0b8 100644 --- a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb +++ b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -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"