summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-08-01 11:34:45 -0700
committerKhem Raj <raj.khem@gmail.com>2025-08-01 14:32:22 -0700
commitd0391cd53404d8c6575c721d0f54b5dfe346c751 (patch)
tree51bff0a84c55db1f4899ed819af47d6d80caca7b /meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
parentc8de88eaa082350bdfd8b632743e81d89b02baeb (diff)
downloadmeta-openembedded-d0391cd53404d8c6575c721d0f54b5dfe346c751.tar.gz
nlohmann-fifo: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb')
-rw-r--r--meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb6
1 files changed, 4 insertions, 2 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 ec87535ec7..9b42ea17f5 100644
--- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
+++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
@@ -4,8 +4,10 @@ SECTION = "libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0" 5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0"
6 6
7SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https" 7SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https \
8 8 file://0001-catch.hpp-Upgrade-to-latest-from-Catch-v1.12.2.patch \
9 file://0002-catch.hpp-Define-SIGSTKSZ-as-constant.patch \
10 "
9PV = "1.0.0+git" 11PV = "1.0.0+git"
10 12
11SRCREV = "d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48" 13SRCREV = "d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48"