summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
index 5a130ebda4..b5d05d40e5 100644
--- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
+++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
@@ -20,6 +20,9 @@ RDEPENDS:${PN}-dev = ""
20 20
21BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"
22 22
23# See https://github.com/SOCI/soci/issues/984
24CXXFLAGS:append:toolchain-clang:runtime-llvm = " -DCATCH_CONFIG_CPP11_NO_SHUFFLE"
25
23do_install() { 26do_install() {
24 install -d ${D}${includedir} 27 install -d ${D}${includedir}
25 install -m 0644 ${S}/src/fifo_map.hpp ${D}${includedir} 28 install -m 0644 ${S}/src/fifo_map.hpp ${D}${includedir}