diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-01 11:34:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-01 14:32:22 -0700 |
| commit | d0391cd53404d8c6575c721d0f54b5dfe346c751 (patch) | |
| tree | 51bff0a84c55db1f4899ed819af47d6d80caca7b /meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | |
| parent | c8de88eaa082350bdfd8b632743e81d89b02baeb (diff) | |
| download | meta-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.bb | 6 |
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" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https" | 7 | SRC_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 | " | ||
| 9 | PV = "1.0.0+git" | 11 | PV = "1.0.0+git" |
| 10 | 12 | ||
| 11 | SRCREV = "d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48" | 13 | SRCREV = "d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48" |
