spdlog: Upgrade to 1.7.0

Use external fmt package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-07-30 23:54:25 -07:00
parent 2b2a1edf7b
commit bb10199dbc
@@ -3,14 +3,16 @@ HOMEPAGE = "https://github.com/gabime/spdlog/wiki"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRCREV = "cf6f1dd01e660d5865d68bf5fa78f6376b89470a" SRCREV = "616caa5d30172b65cc3a06800894c575d70cb8e6"
SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x;" SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x;"
DEPENDS += "fmt"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
# no need to build example&text&benchmarks on pure yocto # no need to build example&text&benchmarks on pure yocto
EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_EXAMPLES=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off" EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_EXAMPLES=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off -DSPDLOG_FMT_EXTERNAL=on"
inherit cmake inherit cmake