summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-06-19 12:01:32 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-06-19 15:31:40 -0400
commit2113be0a1d833480914396be15334e16c12ba097 (patch)
tree125e8447de5f4255a275e560821e54f3d3673625 /recipes-containers/docker/docker_git.bb
parent0682e9edcb7ca9c92eb40b61a01a12e20f1791b1 (diff)
downloadmeta-virtualization-2113be0a1d833480914396be15334e16c12ba097.tar.gz
golang-cross: add ccache support
golang doesn't work with ccache. In the current state, a lot of parsing happens where it'll grab the first string in CC or LD and uses that for its builds. When ccache is enabled, it results in trying to do builds with just ccache. The brokeness is seen when building with apps that uses cgo, like docker. To enable ccache to work, some string comparisons and changes to parsing had to be made. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/docker/docker_git.bb')
-rw-r--r--recipes-containers/docker/docker_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 8bcaee9b..f3c4007c 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -27,11 +27,6 @@ SRC_URI = "\
27 file://disable_sha1sum_startup.patch \ 27 file://disable_sha1sum_startup.patch \
28 " 28 "
29 29
30# The golang-cross embeds a compiler invocation for the pre-parser
31# that is incompatible with the $CC definition used by the compiler
32# templates so disable CCACHE
33CCACHE = ""
34
35# Apache-2.0 for docker 30# Apache-2.0 for docker
36LICENSE = "Apache-2.0" 31LICENSE = "Apache-2.0"
37LIC_FILES_CHKSUM = "file://LICENSE;md5=1cc0497778922bfd6cb48721deb80dc7" 32LIC_FILES_CHKSUM = "file://LICENSE;md5=1cc0497778922bfd6cb48721deb80dc7"