summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-02 11:09:39 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-03 23:18:32 -0400
commiteb1f9b1e1f1163f048e6dd5fa42ebe594d24b04c (patch)
tree73d66bd8fea43107ea9379b105078dab056e8703
parent89abebb0fe6d7638047c18294122f8321683579e (diff)
downloadmeta-virtualization-eb1f9b1e1f1163f048e6dd5fa42ebe594d24b04c.tar.gz
podman: 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>
-rw-r--r--recipes-containers/podman/podman_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 2bbc4dc1..9b92094c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -44,6 +44,9 @@ exclude_graphdriver_btrfs exclude_graphdriver_devicemapper"
44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
45export LDFLAGS="" 45export LDFLAGS=""
46 46
47# https://github.com/llvm/llvm-project/issues/53999
48TOOLCHAIN = "gcc"
49
47inherit go goarch 50inherit go goarch
48inherit systemd pkgconfig 51inherit systemd pkgconfig
49 52