summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-creator_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-07-25 12:30:39 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2019-07-29 12:15:34 +0000
commitcd9256718be8b28fff9d6e0d69dc819830c5cc20 (patch)
tree8e00f146969f44dc4aa701906afc429a9191ede2 /recipes-qt/qt5/qt5-creator_git.bb
parent708be171f67ed6d63247f4fb7a83d6f858d42fbd (diff)
downloadmeta-qt5-cd9256718be8b28fff9d6e0d69dc819830c5cc20.tar.gz
qt5-creator: update to v4.9.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator_git.bb')
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb
index 6a8887ed..107fee53 100644
--- a/recipes-qt/qt5/qt5-creator_git.bb
+++ b/recipes-qt/qt5/qt5-creator_git.bb
@@ -18,17 +18,15 @@ DEPENDS = "qtbase qtscript qtwebkit qtxmlpatterns qtx11extras qtdeclarative qtto
18DEPENDS_append_toolchain-clang = " clang llvm-common" 18DEPENDS_append_toolchain-clang = " clang llvm-common"
19DEPENDS_append_libc-musl = " libexecinfo" 19DEPENDS_append_libc-musl = " libexecinfo"
20 20
21SRCREV = "8768e39d3c8e74e583eca3897cc6de53a99c3dde" 21SRCREV = "8181363fa90eb651591bf71e1a840e1c998429f4"
22PV = "4.7.1+git${SRCPV}" 22PV = "4.9.2+git${SRCPV}"
23 23
24# Patches from https://github.com/meta-qt5/qtcreator/commits/b4.7.1 24# Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2
25# 4.7.1.meta-qt5.1 25# 4.9.2.meta-qt5.1
26SRC_URI = " \ 26SRC_URI = " \
27 git://code.qt.io/qt-creator/qt-creator.git;branch=4.7 \ 27 git://code.qt.io/qt-creator/qt-creator.git;branch=4.9 \
28 file://0002-botan.pro-pass-QMAKE_AR.patch \
29 file://0001-botan-Always-define-BOTAN_ARCH_SWITCH-when-cross-bui.patch \
30" 28"
31SRC_URI_append_libc-musl = " file://0003-Link-with-libexecinfo-on-musl.patch" 29SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch"
32 30
33S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
34 32