From: Thomas De Schampheleire Date: Wed, 9 Dec 2020 11:26:32 +0000 (+0100) Subject: package/libglib2: correct upstream status for patch 0001 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43021dfb77b1a841305f625d923688316dc53d4a;p=buildroot.git 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 --- diff --git a/package/libglib2/0001-fix-compile-time-atomic-detection.patch b/package/libglib2/0001-fix-compile-time-atomic-detection.patch index 9d2381bb35..d84a1ab460 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