diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-04 10:02:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-05 11:47:34 +0100 |
commit | fb880b1c6069217960a333b2a2a152ce69d6a821 (patch) | |
tree | 66a855ec18f592ebcf82bb3a035903c7f5b72075 | |
parent | a1a62c871a47a92e3712845283f6163f6f892109 (diff) | |
download | meta-qt5-fb880b1c6069217960a333b2a2a152ce69d6a821.tar.gz |
qt5-creator: add qtquick1 to DEPENDS
| qt5-creator-3.3.0: qt5-creator rdepends on qtquick1, but it isn't a build dependency? [build-deps]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-creator_3.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_3.3.0.bb b/recipes-qt/qt5/qt5-creator_3.3.0.bb index 76f99823..cbcd4bb8 100644 --- a/recipes-qt/qt5/qt5-creator_3.3.0.bb +++ b/recipes-qt/qt5/qt5-creator_3.3.0.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \ | |||
16 | 16 | ||
17 | inherit qmake5 | 17 | inherit qmake5 |
18 | 18 | ||
19 | DEPENDS = "qtbase qtscript qtwebkit qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg" | 19 | DEPENDS = "qtbase qtscript qtwebkit qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg qtquick1" |
20 | 20 | ||
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | http://download.qt.io/official_releases/qtcreator/3.3/${PV}/qt-creator-opensource-src-${PV}.tar.gz \ | 22 | http://download.qt.io/official_releases/qtcreator/3.3/${PV}/qt-creator-opensource-src-${PV}.tar.gz \ |