[oe] [PATCH][meta-oe] fmt: update to 6.0.0

Oleksandr Kravchuk open.source at oleksandr-kravchuk.com
Thu Sep 12 21:30:59 UTC 2019


Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
---
 meta-oe/recipes-support/fmt/{fmt_5.3.0.bb => fmt_6.0.0.bb} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/fmt/{fmt_5.3.0.bb => fmt_6.0.0.bb} (67%)

diff --git a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb b/meta-oe/recipes-support/fmt/fmt_6.0.0.bb
similarity index 67%
rename from meta-oe/recipes-support/fmt/fmt_5.3.0.bb
rename to meta-oe/recipes-support/fmt/fmt_6.0.0.bb
index be33bb863..c35c77b12 100644
--- a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb
+++ b/meta-oe/recipes-support/fmt/fmt_6.0.0.bb
@@ -1,12 +1,11 @@
 SUMMARY = "open-source formatting library for C++"
 DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
 HOMEPAGE = "https://fmt.dev"
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c2e38bc8629eac247a73b65c1548b2f0"
-SRCREV = "9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5"
-PV .= "+git${SRCPV}"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
 
 SRC_URI += "git://github.com/fmtlib/fmt"
+SRCREV = "7512a55aa3ae309587ca89668ef9ec4074a51a1f"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



More information about the Openembedded-devel mailing list