summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2024.10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb
index c33624987a..8d3b1cd32e 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb
@@ -118,6 +118,9 @@ SYSROOT_DIR = "${STAGING_DIR_TARGET}"
118SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" 118SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}"
119do_configure[vardeps] += "SYSROOT_DIR" 119do_configure[vardeps] += "SYSROOT_DIR"
120 120
121# i686-yoe-linux-ld.lld: error: undefined symbol: __unordtf2
122LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
123
121do_configure:prepend() { 124do_configure:prepend() {
122 # this reflects what autogen.sh does, but the OE wrappers for autoreconf 125 # this reflects what autogen.sh does, but the OE wrappers for autoreconf
123 # allow it to work without the other gyrations which exist there 126 # allow it to work without the other gyrations which exist there