diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2019-07-25 12:30:39 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-07-29 12:15:34 +0000 |
| commit | cd9256718be8b28fff9d6e0d69dc819830c5cc20 (patch) | |
| tree | 8e00f146969f44dc4aa701906afc429a9191ede2 /recipes-qt/qt5/qt5-creator_git.bb | |
| parent | 708be171f67ed6d63247f4fb7a83d6f858d42fbd (diff) | |
| download | meta-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.bb | 14 |
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 | |||
| 18 | DEPENDS_append_toolchain-clang = " clang llvm-common" | 18 | DEPENDS_append_toolchain-clang = " clang llvm-common" |
| 19 | DEPENDS_append_libc-musl = " libexecinfo" | 19 | DEPENDS_append_libc-musl = " libexecinfo" |
| 20 | 20 | ||
| 21 | SRCREV = "8768e39d3c8e74e583eca3897cc6de53a99c3dde" | 21 | SRCREV = "8181363fa90eb651591bf71e1a840e1c998429f4" |
| 22 | PV = "4.7.1+git${SRCPV}" | 22 | PV = "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 |
| 26 | SRC_URI = " \ | 26 | SRC_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 | " |
| 31 | SRC_URI_append_libc-musl = " file://0003-Link-with-libexecinfo-on-musl.patch" | 29 | SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch" |
| 32 | 30 | ||
| 33 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
| 34 | 32 | ||
