mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b7e70d79f8
commit
ee2df5419d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user