diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-02 20:36:29 +0100 |
|---|---|---|
| committer | Martin 'JaMa' Jansa <Martin.Jansa@gmail.com> | 2021-01-22 11:51:45 +0100 |
| commit | 217f87c1feea202ce7134e5a0a980beafb1aab32 (patch) | |
| tree | d2b1f48ff06762747cea549f9371eaf7906124d0 | |
| parent | 10192efec0cf67d5d7ef6c60f5d2865387256672 (diff) | |
| download | meta-qt5-217f87c1feea202ce7134e5a0a980beafb1aab32.tar.gz | |
qt5-creator: upgrade 4.13.1 -> 4.14.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| -rw-r--r-- | recipes-qt/qt5/qt5-creator_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb index ba49b69e..decfbd21 100644 --- a/recipes-qt/qt5/qt5-creator_git.bb +++ b/recipes-qt/qt5/qt5-creator_git.bb | |||
| @@ -17,12 +17,12 @@ inherit qmake5 mime-xdg | |||
| 17 | DEPENDS += "qtbase qtscript qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg chrpath-replacement-native zlib" | 17 | DEPENDS += "qtbase qtscript qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg chrpath-replacement-native zlib" |
| 18 | DEPENDS_append_libc-musl = " libexecinfo" | 18 | DEPENDS_append_libc-musl = " libexecinfo" |
| 19 | 19 | ||
| 20 | SRCREV = "1da2c1f7666ced45d6eea1cd0adfdc68a828e3a0" | 20 | SRCREV = "909f74dc56201de9fc06fbe4e4ea368245bc0dd8" |
| 21 | PV = "4.13.1+git${SRCPV}" | 21 | PV = "4.14.0+git${SRCPV}" |
| 22 | # Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2 | 22 | # Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2 |
| 23 | # 4.9.2.meta-qt5.1 | 23 | # 4.9.2.meta-qt5.1 |
| 24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
| 25 | git://code.qt.io/qt-creator/qt-creator.git;branch=4.13 \ | 25 | git://code.qt.io/qt-creator/qt-creator.git;branch=4.14 \ |
| 26 | file://0001-app-Use-malloc_trim-only-on-glibc.patch \ | 26 | file://0001-app-Use-malloc_trim-only-on-glibc.patch \ |
| 27 | " | 27 | " |
| 28 | SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch" | 28 | SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch" |
