mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nlohmann-fifo: Disable cpp11 shuffle with clang/libc++
it does not compile with clang15 based libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
aca683fb18
commit
a7dddae00c
@ -20,6 +20,9 @@ RDEPENDS:${PN}-dev = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# See https://github.com/SOCI/soci/issues/984
|
||||
CXXFLAGS:append:toolchain-clang:runtime-llvm = " -DCATCH_CONFIG_CPP11_NO_SHUFFLE"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${includedir}
|
||||
install -m 0644 ${S}/src/fifo_map.hpp ${D}${includedir}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user