X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-oran%2Frecipes-containers%2Fdocker-distribution%2Fdocker-distribution_git.bbappend;h=5be40e2d0f298ac00820b7ee316b53ae8a6a0286;hb=361ea43f4c71f511b495fad4832c0c969eb4b1da;hp=15fa53aafc2b65630195b8ef25e225eda3977bb2;hpb=2d00ead5680c983a830cfb53716d3195fe445a4d;p=pti%2Frtp.git diff --git a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend index 15fa53a..5be40e2 100644 --- a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend +++ b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend @@ -1,7 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. -do_compile_prepend() { - unset GOCACHE -} +inherit go112