diff options
| -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 34896153c2..a8e6e563da 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++" | |||
| 2 | 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." | 2 | 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." |
| 3 | HOMEPAGE = "https://fmt.dev" | 3 | HOMEPAGE = "https://fmt.dev" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b9257785fc4f3803a4b71b76c1412729" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" |
| 8 | SRCREV = "a33701196adfad74917046096bf5a2aa0ab0bb50" | 8 | SRCREV = "a0b8a92e3d1532361c2f7feb63babc5c18d00ef2" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
