diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-04-02 12:35:49 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-04-02 12:35:49 -0400 |
commit | 317cca32609a95afd911ad5048538a2951009bf9 (patch) | |
tree | 318dbc0e8914e4d13a21e908f99a66895699bfa4 /recipes-demo-hmi/qtquickcontrols2-agl | |
parent | cb2240cd47df641f667b3018f7ae0eabbf88cdb7 (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/qtquickcontrols2-agl')
-rw-r--r-- | recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |