diff --git a/qt6base/Makefile b/qt6base/Makefile index 5384054..adf7377 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.4.1 +PKG_VERSION:=6.4.2 PKG_RELEASE:=1 PKG_SOURCE:=qtbase-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qtbase/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=0ef6db6b3e1074e03dcae7e689144af66fd51b95a6efe949d40281cc43e6fecf +PKG_HASH:=c138ae734cfcde7a92a7efd97a902e53f3cd2c2f89606dfc482d0756f60cdc23 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qtbase-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/qtbase-$(PKG_VERSION) diff --git a/qt6base/patches/001-fix_build_for_openwrt.patch b/qt6base/patches/001-fix_build_for_openwrt.patch index 2364a9b..38624f1 100644 --- a/qt6base/patches/001-fix_build_for_openwrt.patch +++ b/qt6base/patches/001-fix_build_for_openwrt.patch @@ -1,6 +1,6 @@ --- a/src/corelib/plugin/qelfparser_p.cpp +++ b/src/corelib/plugin/qelfparser_p.cpp -@@ -372,7 +372,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION static QDebug &operator<<(QDebug &d, ElfHeade +@@ -377,7 +377,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION static QDebug &operator<<(QDebug &d, ElfHeade // list definitely not exhaustive! case EM_NONE: d << ", no machine"; break; case EM_ARM: d << ", ARM"; break; diff --git a/qt6tools/Makefile b/qt6tools/Makefile index cb4b30b..ba554e2 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools -PKG_VERSION:=6.4.1 +PKG_VERSION:=6.4.2 PKG_RELEASE:=1 PKG_SOURCE:=qttools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qttools/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=81b705e6fd4bee56f40fe9f4bc1621bbe0dc590cfdc07380e29064a146cdeb34 +PKG_HASH:=ee77e3e48cffe068edaf5fe119eb64dab6f65c26d79936a2e35abf7f3e0deeff HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)