From d8dfa344b0129c35420e0b3d8ebadd185cac771d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 15 Oct 2020 15:28:39 +0800 Subject: [PATCH] spdlog: upgrade 1.8.0 -> 1.8.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-support/spdlog/{spdlog_1.8.0.bb => spdlog_1.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/spdlog/{spdlog_1.8.0.bb => spdlog_1.8.1.bb} (93%) diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.8.1.bb similarity index 93% rename from meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb rename to meta-oe/recipes-support/spdlog/spdlog_1.8.1.bb index b79eb7c28b..7d28fff5e3 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.8.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.8.1.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 = "4a9ccf7e38e257feecce0c579a782741254eaeef" +SRCREV = "cbe9448650176797739dbab13961ef4c07f4290f" SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x;" DEPENDS += "fmt"