diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.16.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb similarity index 78% rename from meta-oe/recipes-support/spdlog/spdlog_1.16.0.bb rename to meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb index 7efa65697f..5470c0f9f7 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.16.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.17.0.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Very fast, header only, C++ logging library." HOMEPAGE = "https://github.com/gabime/spdlog/wiki" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" +LIC_FILES_CHKSUM = "file://LICENSE;md5=13886a8d1692948ea9b78edc50e9447c" -SRCREV = "486b55554f11c9cccc913e11a87085b2a91f706f" +SRCREV = "79524ddd08a4ec981b7fea76afd08ee05f83755d" SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x;tag=v${PV}" DEPENDS += "fmt"