From 9d6a4312c8937b9e297a7b0ca4a30a6d886c9e76 Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Fri, 4 Jul 2025 11:24:21 +0200 Subject: [PATCH] package/libsoup: fix missing upstream tag in patch 0001 Fix the patch message so that it includes the "Upstream:" tag expected by check-package, and remove this file from the check-package ignore list. Signed-off-by: Titouan Christophe Signed-off-by: Julien Olivain --- .checkpackageignore | 1 - package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.checkpackageignore b/.checkpackageignore index dbe0963ca2..f5b158c450 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -694,7 +694,6 @@ package/libsigrok/0001-Support-glibmm-2.68.patch lib_patch.Upstream package/libsigrokdecode/0001-configure-ac-Add-support-for-Python-3-9.patch lib_patch.Upstream package/libsigrokdecode/0002-configure-Add-python-3-10-support.patch lib_patch.Upstream package/libsigrokdecode/0003-configure-ac-Use-python3-embed-pc-as-a-fallback.patch lib_patch.Upstream -package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch lib_patch.Upstream package/libsoxr/0001-Add-Libs.private-for-static-linking.patch lib_patch.Upstream package/libspatialindex/0001-allow-building-static-libs.patch lib_patch.Upstream package/libspatialindex/0002-CMakeLists.txt-fix-CMAKE_BUILD_TYPE.patch lib_patch.Upstream diff --git a/package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch b/package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch index a999f5964e..3fc0e833d2 100644 --- a/package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch +++ b/package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch @@ -15,9 +15,9 @@ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabi/ Fixes: - http://autobuild.buildroot.org/results/56b9cb987e25b99d6fed16c537552f47c3376f21 +Upstream: https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/241 + Signed-off-by: Fabrice Fontaine -[Upstream status: -https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/241] --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)