diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-12 23:30:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-13 07:00:12 -0700 |
| commit | ee2df5419d66b4a4a39e3e176d9241bdf8eb502e (patch) | |
| tree | efa57f1a537994080388b615bd975b979fbe088b | |
| parent | b7e70d79f86a55d3ab66a78ea9adfa490e02214e (diff) | |
| download | meta-openembedded-ee2df5419d66b4a4a39e3e176d9241bdf8eb502e.tar.gz | |
fmt: update to 6.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 @@ | |||
| 1 | SUMMARY = "open-source formatting library for C++" | 1 | 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 = "BSD-2-Clause" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c2e38bc8629eac247a73b65c1548b2f0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" |
| 6 | SRCREV = "9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5" | ||
| 7 | PV .= "+git${SRCPV}" | ||
| 8 | 6 | ||
| 9 | SRC_URI += "git://github.com/fmtlib/fmt" | 7 | SRC_URI += "git://github.com/fmtlib/fmt" |
| 8 | SRCREV = "7512a55aa3ae309587ca89668ef9ec4074a51a1f" | ||
| 10 | 9 | ||
| 11 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 12 | 11 | ||
