diff options
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 8357ee80..225745a5 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb | |||
@@ -25,6 +25,11 @@ SRC_URI = "\ | |||
25 | file://hi.Dockerfile \ | 25 | file://hi.Dockerfile \ |
26 | " | 26 | " |
27 | 27 | ||
28 | # The golang-cross embeds a compiler invocation for the pre-parser | ||
29 | # that is incompatible with the $CC definition used by the compiler | ||
30 | # templates so disable CCACHE | ||
31 | CCACHE = "" | ||
32 | |||
28 | # Apache-2.0 for docker | 33 | # Apache-2.0 for docker |
29 | LICENSE = "Apache-2.0" | 34 | LICENSE = "Apache-2.0" |
30 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1cc0497778922bfd6cb48721deb80dc7" | 35 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1cc0497778922bfd6cb48721deb80dc7" |