diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-03 16:14:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-25 12:14:11 +0200 |
commit | 902f55b957ba0407816739bfcae864c6bd2c3d68 (patch) | |
tree | 220ada24d4edd83938e8eceaf24b91ad81ff5231 /conf | |
parent | ca4a0758e17c69905df6eda86fe678a4f10f50f7 (diff) | |
download | meta-qt5-902f55b957ba0407816739bfcae864c6bd2c3d68.tar.gz |
qt5: add recipes for 5.1.0
* only rebased patches and updated SRC_URI checksum, haven't even build
tested it yet
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/qt5-versions.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index 01a5a25a..f033a20a 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | # Select which version you prefer by defining QT5_VERSION and including this file | 1 | # Select which version you prefer by defining QT5_VERSION and including this file |
2 | # possible values now "5.0.2", "5.0.2+git%" | 2 | # possible values now "5.0.2", "5.0.2+git%", "5.1.0%" |
3 | 3 | ||
4 | QT5_VERSION ?= "5.0.2" | 4 | QT5_VERSION ?= "5.0.2" |
5 | 5 | ||
@@ -12,7 +12,9 @@ PREFERRED_VERSION_qtgraphicaleffects = "${QT5_VERSION}" | |||
12 | PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}" | 12 | PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}" |
13 | PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}" | 13 | PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}" |
14 | PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}" | 14 | PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}" |
15 | PREFERRED_VERSION_qtsensors = "${QT5_VERSION}" | ||
15 | PREFERRED_VERSION_qtscript = "${QT5_VERSION}" | 16 | PREFERRED_VERSION_qtscript = "${QT5_VERSION}" |
16 | PREFERRED_VERSION_qtsvg = "${QT5_VERSION}" | 17 | PREFERRED_VERSION_qtsvg = "${QT5_VERSION}" |
17 | PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}" | 18 | PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}" |
18 | PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}" | 19 | PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}" |
20 | PREFERRED_VERSION_qtwayland = "${QT5_VERSION}" | ||