From 0e6c245f7a5b2ce97a698d3c25070fac81b5dc99 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Wed, 9 Dec 2020 12:26:32 +0100 Subject: [PATCH] package/libglib2: correct upstream status for patch 0001 Patch '0001-fix-compile-time-atomic-detection.patch' claims to be Merged but this is not true. The linked issue is closed with 'Needs information', and the code itself is effectively not merged. Clarify the 'Upstream-status' line to make this more clear. Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard (cherry picked from commit 43021dfb77b1a841305f625d923688316dc53d4a) Signed-off-by: Peter Korsgaard --- package/libglib2/0001-fix-compile-time-atomic-detection.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libglib2/0001-fix-compile-time-atomic-detection.patch b/package/libglib2/0001-fix-compile-time-atomic-detection.patch index a471275243..461be19b72 100644 --- a/package/libglib2/0001-fix-compile-time-atomic-detection.patch +++ b/package/libglib2/0001-fix-compile-time-atomic-detection.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Fix compile time atomic detection Improved compile-time detection of atomic support in the compiler. -Upstream-Status: Merged +Upstream-Status: 'Needs information' See : https://gitlab.gnome.org/GNOME/glib/issues/1063 Signed-off-by: Brendan Heading