From 1073206ed49929e21101e0c67ff7a52642bfe235 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Thu, 20 Jun 2024 09:12:32 +0800 Subject: [PATCH] update 2024-06-20 09:12:32 --- qt6base/Makefile | 4 ++-- qt6base/patches/001-fix_build_for_openwrt.patch | 2 +- qt6tools/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt6base/Makefile b/qt6base/Makefile index 69f617a44..4d3e38711 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.7.2 +PKG_VERSION:=6.7.1 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:=96b96e4fd0fc306502ed8b94a34cfa0bacc8a25d43c2e958dd6772b28f6b0e42 +PKG_HASH:=d6950597ce1fc2e1cf374c3aa70c2d72532bb74150e9853d7127af86a8a6c7b4 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 73625f574..03775fa09 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 -@@ -386,7 +386,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION stati +@@ -382,7 +382,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION static QDebug &operator<<(QDebug &d, ElfHeade case EM_ALPHA: d << ", Alpha"; break; case EM_68K: d << ", MC68000"; break; case EM_ARM: d << ", ARM"; break; diff --git a/qt6tools/Makefile b/qt6tools/Makefile index 4a2b54794..195715f82 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -12,7 +12,7 @@ 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:=3ae2db630606edf94cc368691ee1da9c0bae7a06ff46c544c459cece8b60b62a +PKG_HASH:=ba9e89e799cebf0bfdb62a5c7f352dd75aa6dc5801982c3d3153f574932c3681 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)