summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_2.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/apt_2.6.1.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_2.6.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.6.1.bb b/meta/recipes-devtools/apt/apt_2.6.1.bb
index 50ac2ea812..ccd70fc194 100644
--- a/meta/recipes-devtools/apt/apt_2.6.1.bb
+++ b/meta/recipes-devtools/apt/apt_2.6.1.bb
@@ -15,6 +15,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/${BPN}_${PV}.tar.xz \
15 file://0001-Remove-using-std-binary_function.patch \ 15 file://0001-Remove-using-std-binary_function.patch \
16 file://0001-strutl-Add-missing-include-cstdint-gcc-15.patch \ 16 file://0001-strutl-Add-missing-include-cstdint-gcc-15.patch \
17 file://0001-Raise-cmake_minimum_required-to-3.13-to-avoid-warnin.patch \ 17 file://0001-Raise-cmake_minimum_required-to-3.13-to-avoid-warnin.patch \
18 file://0001-Fix-compilation-error-with-clang-libc-18.patch \
18 " 19 "
19 20
20SRC_URI:append:class-native = " \ 21SRC_URI:append:class-native = " \
@@ -56,6 +57,9 @@ EXTRA_OECMAKE:append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \
56 -DWITH_TESTS=False \ 57 -DWITH_TESTS=False \
57" 58"
58 59
60# See https://github.com/llvm/llvm-project/issues/63743
61CXXFLAGS:append:toolchain-clang = " -stdlib=libstdc++"
62
59do_configure:prepend() { 63do_configure:prepend() {
60 echo "set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH )" >> ${WORKDIR}/toolchain.cmake 64 echo "set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH )" >> ${WORKDIR}/toolchain.cmake
61} 65}