aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-12-06 16:23:02 -0600
committerAníbal Limón <anibal.limon@linaro.org>2017-12-06 16:23:02 -0600
commit19a640e79bc2d8427d09f9af1fadf4a27c9ce646 (patch)
tree374d2c6b6c64b6a28b78253c5e3dde32036c17c7
parent573e98fec16a974e3f6ef001c2c2806e6c710984 (diff)
core/recipes-devtools/go: Remove default-buildmode-pie.patch
The patch is causing build failures on sd600-eval [1], when linking containerd-docker (meta-virtualization) to libgcc due to pass -shared and -pie flags by default. This issue is already reported on oe-core ML [2], i replied adding this information. [2] [1] https://ci.linaro.org/job/lt-qcom-openembedded-rpb-rocko/6/DISTRO=rpb-wayland,MACHINE=sd-600eval,label=docker-stretch-amd64/console [2] http://lists.openembedded.org/pipermail/openembedded-core/2017-December/145333.html Change-Id: I29003f2fc9866c2558f9638c00246c24a1b0cac1 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--core/recipes-devtools/go/go%1.9.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/recipes-devtools/go/go%1.9.bbappend b/core/recipes-devtools/go/go%1.9.bbappend
new file mode 100644
index 0000000..a34030f
--- /dev/null
+++ b/core/recipes-devtools/go/go%1.9.bbappend
@@ -0,0 +1 @@
+SRC_URI_remove = "file://default-buildmode-pie.patch"