diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-09 11:43:29 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 09:33:52 -0800 |
| commit | a32b953c14988d14913f8878e192376815a13813 (patch) | |
| tree | f38094e4bd351e3413f8c07e109cf260577e26b7 | |
| parent | 87d60b80a57508b8906da3b5ca3af2d24271c9c2 (diff) | |
| download | meta-openembedded-a32b953c14988d14913f8878e192376815a13813.tar.gz | |
spdlog: Switch to latest on 1.x branch
This gets up fmt 11.1 support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb index c6adf5a4b7..963de54f73 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb | |||
| @@ -3,14 +3,17 @@ HOMEPAGE = "https://github.com/gabime/spdlog/wiki" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" |
| 5 | 5 | ||
| 6 | SRCREV = "8e5613379f5140fefb0b60412fbf1f5406e7c7f8" | 6 | PV .= "+git" |
| 7 | SRCREV = "96a8f6250cbf4e8c76387c614f666710a2fa9bad" | ||
| 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" | 8 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" |
| 8 | 9 | ||
| 10 | DEPENDS += "fmt" | ||
| 11 | |||
| 9 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 10 | 13 | ||
| 11 | inherit cmake | 14 | inherit cmake |
| 12 | 15 | ||
| 13 | # no need to build example & tests & benchmarks on pure yocto | 16 | # no need to build example & tests & benchmarks on pure yocto |
| 14 | EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=off" | 17 | EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on" |
| 15 | 18 | ||
| 16 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
