mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
fmt: Init at 5.3.0
Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
ca7faa9b3d
commit
75b516de73
@@ -0,0 +1,16 @@
|
||||
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}"
|
||||
|
||||
SRC_URI += "git://github.com/fmtlib/fmt"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
inherit ptest
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
||||
Reference in New Issue
Block a user