diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-08 20:24:50 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-08 20:41:39 -0800 |
| commit | d81e3e2520506afd8a977730948b50cc9619a69b (patch) | |
| tree | 933f6559533fedadd7fbab99aa9bb604e41b9c71 /meta-oe | |
| parent | 51e0cf9d935bbc598e200ef6afe7ebd12fcf4b9e (diff) | |
| download | meta-openembedded-d81e3e2520506afd8a977730948b50cc9619a69b.tar.gz | |
spdlog: Upgrade to 1.15.0
Use bundled fmt, it still needs 11.0.x and one in OE-core has moved to
11.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb (renamed from meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb index 19bac0be89..c6adf5a4b7 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb | |||
| @@ -3,16 +3,14 @@ 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 = "27cb4c76708608465c413f6d0e6b8d99a4d84302" | 6 | SRCREV = "8e5613379f5140fefb0b60412fbf1f5406e7c7f8" |
| 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" | 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" |
| 8 | 8 | ||
| 9 | DEPENDS = "fmt" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 12 | 10 | ||
| 13 | inherit cmake | 11 | inherit cmake |
| 14 | 12 | ||
| 15 | # no need to build example & tests & benchmarks on pure yocto | 13 | # no need to build example & tests & benchmarks on pure yocto |
| 16 | EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on" | 14 | EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=off" |
| 17 | 15 | ||
| 18 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
