diff options
-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" |