X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-oran%2Frecipes-containers%2Fcontainerd%2Fcontainerd-opencontainers_git.bbappend;h=5be40e2d0f298ac00820b7ee316b53ae8a6a0286;hb=fc1aac903c9ca67bc56df27d8716a4ab34b82c46;hp=b8c2351ae29b5367d66ea9e6dda1fe7f8af45d74;hpb=bf590fda538fe049e1369f72a59b4182d0ec6b95;p=pti%2Frtp.git diff --git a/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend index b8c2351..5be40e2 100644 --- a/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend +++ b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend @@ -1,8 +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