summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools/files/0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch
Commit message (Collapse)AuthorAgeFilesLines
* oci-image-tools: use GO flags/compiler from recipeBruce Ashfield2019-10-151-0/+31
The image tools were not building with the oe/cross GO compiler and flags. As such, you could end up with a binary on target with the wong elf interpreter (the host one). With this, we properly use the settings from our build. We also bump the SRCREV to pickup a few minor fixes to the package. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>