diff options
-rw-r--r-- | meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | 3 |
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 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
23 | # See https://github.com/SOCI/soci/issues/984 | ||
24 | CXXFLAGS:append:toolchain-clang:runtime-llvm = " -DCATCH_CONFIG_CPP11_NO_SHUFFLE" | ||
25 | |||
23 | do_install() { | 26 | do_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} |