mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 17:02:22 +02:00
Backport a fix from upstream master branch (From OE-Core rev: 9cc8092b287b8df957c5ae6503f4ef35edba5871) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
687 B
BlitzBasic
18 lines
687 B
BlitzBasic
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 = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
|
|
|
|
SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https;tag=${PV}\
|
|
file://0001-Workaround-an-ABI-issue-in-spdlog.patch \
|
|
file://0001-Fix-compilation-on-clang-21-libc-21-4477.patch \
|
|
"
|
|
SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|