summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-creator_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qt5-creator_git.bb')
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb
index 3c3420ca..000e135e 100644
--- a/recipes-qt/qt5/qt5-creator_git.bb
+++ b/recipes-qt/qt5/qt5-creator_git.bb
@@ -18,14 +18,13 @@ DEPENDS += "qtbase qtscript qtxmlpatterns qtx11extras qtdeclarative qttools 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 = "8181363fa90eb651591bf71e1a840e1c998429f4" 21SRCREV = "9e057a55368286058023510efc328f68250ecb5e"
22PV = "4.9.2+git${SRCPV}" 22PV = "4.12.0+git${SRCPV}"
23 23
24# Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2 24# Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2
25# 4.9.2.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.9 \ 27 git://code.qt.io/qt-creator/qt-creator.git;branch=4.12 \
28 file://0001-clangformat-AllowShortIfStatementsOnASingleLine-is-n.patch \
29" 28"
30SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch" 29SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch"
31 30