summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-14 21:04:01 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-17 17:43:24 -0700
commit7b55d7ef8317ba8d8405620459cd2ff903e9ff32 (patch)
tree068cd034093d237ce2a5344a7a18d94b7a4cdc98
parenta934982589979f936e608b3a66d36b6560ef4380 (diff)
downloadmeta-openembedded-7b55d7ef8317ba8d8405620459cd2ff903e9ff32.tar.gz
fmt: upgrade 9.1.0 -> 10.0.0
License-Update: Add " and {fmt} contributors" to Copyright Changelog: https://github.com/fmtlib/fmt/blob/master/ChangeLog.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/fmt/fmt_10.0.0.bb (renamed from meta-oe/recipes-support/fmt/fmt_9.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_9.1.0.bb b/meta-oe/recipes-support/fmt/fmt_10.0.0.bb
index 34896153c..a8e6e563d 100644
--- a/meta-oe/recipes-support/fmt/fmt_9.1.0.bb
+++ b/meta-oe/recipes-support/fmt/fmt_10.0.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "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 = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" 5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b9257785fc4f3803a4b71b76c1412729"
6 6
7SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" 7SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
8SRCREV = "a33701196adfad74917046096bf5a2aa0ab0bb50" 8SRCREV = "a0b8a92e3d1532361c2f7feb63babc5c18d00ef2"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11