summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb (renamed from meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb
index 25d8249917..d03f01d3a8 100644
--- a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb
+++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb
@@ -3,9 +3,8 @@ 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
6PV .= "+git" 6SRCREV = "6fa36017cfd5731d617e1a934f0e5ea9c4445b13"
7SRCREV = "96a8f6250cbf4e8c76387c614f666710a2fa9bad" 7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x;tag=v${PV}"
8SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x"
9 8
10DEPENDS += "fmt" 9DEPENDS += "fmt"
11 10