summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/fmt/fmt_6.0.0.bb (renamed from meta-oe/recipes-support/fmt/fmt_5.3.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb b/meta-oe/recipes-support/fmt/fmt_6.0.0.bb
index be33bb863c..c35c77b125 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 @@
1SUMMARY = "open-source formatting library for C++" 1SUMMARY = "open-source formatting library for C++"
2DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams." 2DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
3HOMEPAGE = "https://fmt.dev" 3HOMEPAGE = "https://fmt.dev"
4LICENSE = "BSD-2-Clause" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c2e38bc8629eac247a73b65c1548b2f0" 5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
6SRCREV = "9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5"
7PV .= "+git${SRCPV}"
8 6
9SRC_URI += "git://github.com/fmtlib/fmt" 7SRC_URI += "git://github.com/fmtlib/fmt"
8SRCREV = "7512a55aa3ae309587ca89668ef9ec4074a51a1f"
10 9
11S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
12 11