summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb (renamed from meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb
index 19bac0be89..c6adf5a4b7 100644
--- a/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb
+++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb
@@ -3,16 +3,14 @@ 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 = "27cb4c76708608465c413f6d0e6b8d99a4d84302" 6SRCREV = "8e5613379f5140fefb0b60412fbf1f5406e7c7f8"
7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" 7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x"
8 8
9DEPENDS = "fmt"
10
11S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
12 10
13inherit cmake 11inherit cmake
14 12
15# no need to build example & tests & benchmarks on pure yocto 13# no need to build example & tests & benchmarks on pure yocto
16EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on" 14EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=off"
17 15
18BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"