summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/spdlog
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/spdlog')
-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, 3 insertions, 3 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..25d8249917 100644
--- a/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb
+++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb
@@ -3,12 +3,12 @@ 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" 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
9DEPENDS = "fmt" 10DEPENDS += "fmt"
10 11
11S = "${WORKDIR}/git"
12 12
13inherit cmake 13inherit cmake
14 14