aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch
AgeCommit message (Collapse)Author
2023-01-27treewide: bulk update patches with status fieldBruce Ashfield
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>
2022-09-13go-build: reproducible add -trimpathBruce Ashfield
Fix the TMDIR QA error by tweaking out patch to add trimpath to go build calls. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-16go-build: refresh to latest runX commitBruce Ashfield
Updating the go-build recipe to use the latest runX commit and sync with the main recipe. We also no longer need runc and recvtty so they are dropped from the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07go-build: fix build with new go-binary bootstrapped toolchainBruce Ashfield
We need to be more explicity in our exports and use of 'go' to build properly with the new binary bootstrapped go toolchain. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>