From d536197234c75d301448369ef47415c79e38a974 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 28 Jul 2023 22:09:22 +0200 Subject: [PATCH] package/go: adjust Upstream header in patch Fixes: package/go/0002-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation) In: https://gitlab.com/buildroot.org/buildroot/-/jobs/4763324039 Signed-off-by: Thomas Petazzoni --- ...2-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/go/0002-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch b/package/go/0002-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch index e7158a2b3f..4f53356ffc 100644 --- a/package/go/0002-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch +++ b/package/go/0002-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch @@ -46,7 +46,7 @@ Fixes: https://github.com/golang/go/issues/61620 --- -Upstream PR: https://github.com/golang/go/pull/61621 +Upstream: https://github.com/golang/go/pull/61621 Signed-off-by: Christian Stewart