summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-02 11:12:49 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-03 23:19:26 -0400
commit26a361a39ff5ab6fae22efbdc582f84d13330ba2 (patch)
tree2f76e5d94f5162984ca82dbe31deb2b6ec3360e7 /recipes-networking
parentcb9ed15183d960c700948f2714e0c9401af977ac (diff)
downloadmeta-virtualization-26a361a39ff5ab6fae22efbdc582f84d13330ba2.tar.gz
cni: Use gcc-based toolchain
clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r--recipes-networking/cni/cni_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 63c39293..cac62ae1 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -29,6 +29,9 @@ PV = "v1.0.1+git${SRCREV_cni}"
29inherit go 29inherit go
30inherit goarch 30inherit goarch
31 31
32# https://github.com/llvm/llvm-project/issues/53999
33TOOLCHAIN = "gcc"
34
32do_compile() { 35do_compile() {
33 mkdir -p ${S}/src/github.com/containernetworking 36 mkdir -p ${S}/src/github.com/containernetworking
34 ln -sfr ${S}/src/import ${S}/src/github.com/containernetworking/cni 37 ln -sfr ${S}/src/import ${S}/src/github.com/containernetworking/cni