diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-05-04 16:02:00 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-04 07:08:13 -0700 |
| commit | d4e3bdd519ce8c3b6b2ef920e25a232e4df0b101 (patch) | |
| tree | c0706cc1de9bb8c309350576a3c54f32404e1cab /meta-oe | |
| parent | 69a68d4ded832d4e9b5d5714e98d7fcfd2161746 (diff) | |
| download | meta-openembedded-d4e3bdd519ce8c3b6b2ef920e25a232e4df0b101.tar.gz | |
spdlog=v1.14.1
Fixed compatibility issue between c++17 and c++11 (#3081).
Fixed creating folders under windows when full path with drive letter is given (#3079).
Added mdc sample. Note: mdc is not supported in async loggers.
* v1.14.0 introduced in:
https://git.openembedded.org/meta-openembedded/commit/?id=a40b1fa392d20ebb29e38374d0f7ce1494bb797f
causes:
undefined reference to `spdlog::get(char const*)'
in various consumers, more details in:
https://github.com/gabime/spdlog/issues/3081
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb (renamed from meta-oe/recipes-support/spdlog/spdlog_1.14.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.14.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb index aa55171f31..19bac0be89 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.14.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb | |||
| @@ -3,7 +3,7 @@ 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 = "238c9ffa5d1a14226eeabe10c9b63ffff3ed8b8e" | 6 | SRCREV = "27cb4c76708608465c413f6d0e6b8d99a4d84302" |
| 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" | 9 | DEPENDS = "fmt" |
