diff options
Diffstat (limited to 'meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb new file mode 100644 index 0000000000..5470c0f9f7 --- /dev/null +++ b/meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Very fast, header only, C++ logging library." | ||
| 2 | HOMEPAGE = "https://github.com/gabime/spdlog/wiki" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13886a8d1692948ea9b78edc50e9447c" | ||
| 5 | |||
| 6 | SRCREV = "79524ddd08a4ec981b7fea76afd08ee05f83755d" | ||
| 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x;tag=v${PV}" | ||
| 8 | |||
| 9 | DEPENDS += "fmt" | ||
| 10 | |||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | # no need to build example & tests & benchmarks on pure yocto | ||
| 15 | EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
