summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb7
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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9"
5 5
6SRCREV = "8e5613379f5140fefb0b60412fbf1f5406e7c7f8" 6PV .= "+git"
7SRCREV = "96a8f6250cbf4e8c76387c614f666710a2fa9bad"
7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" 8SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x"
8 9
10DEPENDS += "fmt"
11
9S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
10 13
11inherit cmake 14inherit 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
14EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=off" 17EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on"
15 18
16BBCLASSEXTEND = "native" 19BBCLASSEXTEND = "native"