qt5-creator: upgrade 4.13.1 -> 4.14.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-02 20:36:29 +01:00
committed by Martin 'JaMa' Jansa
parent 10192efec0
commit 217f87c1fe

View File

@@ -17,12 +17,12 @@ inherit qmake5 mime-xdg
DEPENDS += "qtbase qtscript qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg chrpath-replacement-native zlib"
DEPENDS_append_libc-musl = " libexecinfo"
SRCREV = "1da2c1f7666ced45d6eea1cd0adfdc68a828e3a0"
PV = "4.13.1+git${SRCPV}"
SRCREV = "909f74dc56201de9fc06fbe4e4ea368245bc0dd8"
PV = "4.14.0+git${SRCPV}"
# Patches from https://github.com/meta-qt5/qtcreator/commits/b4.9.2
# 4.9.2.meta-qt5.1
SRC_URI = " \
git://code.qt.io/qt-creator/qt-creator.git;branch=4.13 \
git://code.qt.io/qt-creator/qt-creator.git;branch=4.14 \
file://0001-app-Use-malloc_trim-only-on-glibc.patch \
"
SRC_URI_append_libc-musl = " file://0001-Link-with-libexecinfo-on-musl.patch"