diff options
Diffstat (limited to 'meta-oe')
5 files changed, 8 insertions, 19 deletions
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index ae87262870..30313f4315 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
@@ -16,9 +16,10 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ | |||
16 | # Upstream repo does not tag | 16 | # Upstream repo does not tag |
17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
18 | 18 | ||
19 | # i686-yoe-linux-ld.lld: error: undefined symbol: __addtf3 | ||
20 | LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc" | ||
19 | 21 | ||
20 | do_install () { | 22 | do_install () { |
21 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
22 | install -m 0755 ${B}/libc-bench ${D}${bindir} | 24 | install -m 0755 ${B}/libc-bench ${D}${bindir} |
23 | } | 25 | } |
24 | |||
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb index e688d6ede2..f9b6299faf 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb | |||
@@ -42,8 +42,6 @@ CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0 | |||
42 | 42 | ||
43 | export HUGETLB_LDSCRIPT_PATH = "${S}/ldscripts" | 43 | export HUGETLB_LDSCRIPT_PATH = "${S}/ldscripts" |
44 | 44 | ||
45 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
46 | |||
47 | LDFLAGS += "-B${S}" | 45 | LDFLAGS += "-B${S}" |
48 | 46 | ||
49 | inherit autotools-brokensep | 47 | inherit autotools-brokensep |
diff --git a/meta-oe/recipes-core/safec/safec_3.7.1.bb b/meta-oe/recipes-core/safec/safec_3.7.1.bb index a2f66e9a1a..4de58f5d63 100644 --- a/meta-oe/recipes-core/safec/safec_3.7.1.bb +++ b/meta-oe/recipes-core/safec/safec_3.7.1.bb | |||
@@ -10,6 +10,9 @@ SRCREV = "f9add9245b97c7bda6e28cceb0ee37fb7e254fd8" | |||
10 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ |
11 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ | 11 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ |
12 | " | 12 | " |
13 | # arm-yoe-linux-gnueabi-clang: error: argument unused during compilation: '-mretpoline' [-Werror,-Wunused-command-line-argument] | ||
14 | # arm-yoe-linux-gnueabi-clang: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument] | ||
15 | TUNE_CCARGS:append:toolchain-clang = " -Qunused-arguments" | ||
13 | 16 | ||
14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' |
15 | 18 | ||
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}" | |||
118 | SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" | 118 | SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" |
119 | do_configure[vardeps] += "SYSROOT_DIR" | 119 | do_configure[vardeps] += "SYSROOT_DIR" |
120 | 120 | ||
121 | # i686-yoe-linux-ld.lld: error: undefined symbol: __unordtf2 | ||
122 | LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc" | ||
123 | |||
121 | do_configure:prepend() { | 124 | do_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 |
diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb deleted file mode 100644 index dda72e5237..0000000000 --- a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "KTX (Khronos Texture) Library and Tools " | ||
2 | DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs." | ||
3 | HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software" | ||
4 | |||
5 | LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \ | ||
6 | & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \ | ||
7 | Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391" | ||
10 | |||
11 | SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main" | ||
12 | SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f" | ||
13 | |||
14 | inherit cmake | ||
15 | |||
16 | PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd" | ||