aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-09-11 21:29:48 +0800
committerKhem Raj <raj.khem@gmail.com>2020-09-10 21:20:23 -0700
commit11836a399f4db0982eaf4d01e815a5a7c4e3eb50 (patch)
tree3c924642ceb1130fd6b0855e6529bcbc5b91e23f
parent9a1c3d75b26c083020f60d704ccfa4e1a1927d00 (diff)
downloadmeta-openembedded-contrib-11836a399f4db0982eaf4d01e815a5a7c4e3eb50.tar.gz
spdlog: upgrade 1.7.0 -> 1.8.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb (renamed from meta-oe/recipes-support/spdlog/spdlog_1.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.7.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb
index ce491da0d9..b79eb7c28b 100644
--- a/meta-oe/recipes-support/spdlog/spdlog_1.7.0.bb
+++ b/meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gabime/spdlog/wiki"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-SRCREV = "616caa5d30172b65cc3a06800894c575d70cb8e6"
+SRCREV = "4a9ccf7e38e257feecce0c579a782741254eaeef"
SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x;"
DEPENDS += "fmt"