diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:05:04 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:32:06 -0500 |
commit | 211918936180a0b2a5af770bd5c52025d34221db (patch) | |
tree | c287191137cdb79fc17139e81472db3cede9d631 /recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch | |
parent | 37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff) | |
download | meta-virtualization-211918936180a0b2a5af770bd5c52025d34221db.tar.gz |
treewide: bulk update patches with status field
While the insane.bbclass upstream-status check hasn't been made
default, users of meta-virtualization may have it enabled in their
distros .. so the effect is the same. We must have this tracking
tag in out patches.
This is a bulk update to add the tag and silence the QA message.
As packages get updated, the normal/routine process of checking
the patches will continue, and the status fields may (or may not)
get more useful.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch')
-rw-r--r-- | recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch index 6d6b0af4..eb634f3d 100644 --- a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch +++ b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch | |||
@@ -1,11 +1,13 @@ | |||
1 | From 4db28c98481056c41097f808335c37e8517fe485 Mon Sep 17 00:00:00 2001 | 1 | From 4db28c98481056c41097f808335c37e8517fe485 Mon Sep 17 00:00:00 2001 |
2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> | 2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> |
3 | Date: Fri, 7 Aug 2020 23:39:18 -0400 | 3 | Date: Fri, 7 Aug 2020 23:39:18 -0400 |
4 | Subject: [PATCH] build: use instead of 'go' | 4 | Subject: [PATCH] build: use ${GO} instead of 'go' |
5 | 5 | ||
6 | While we can get away with 'go' if the host/target arch match, the | 6 | While we can get away with 'go' if the host/target arch match, the |
7 | new go-binary toolchain blows up in a cross compile situation. | 7 | new go-binary toolchain blows up in a cross compile situation. |
8 | 8 | ||
9 | Upstream-Status: Inappropriate [embedded specific] | ||
10 | |||
9 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 11 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
10 | --- | 12 | --- |
11 | gobuild/Makefile | 4 ++-- | 13 | gobuild/Makefile | 4 ++-- |