aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fmt/fmt_8.0.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-09-08 16:19:57 +0200
committerKhem Raj <raj.khem@gmail.com>2021-09-08 21:29:53 -0700
commit94de9a7adb7972353d68098facdffea656a51269 (patch)
tree8c0b0b85269c4b853dabb3916587a000718384de /meta-oe/recipes-support/fmt/fmt_8.0.1.bb
parent020b87add3368b259662c5994a5a9d7edaa58085 (diff)
downloadmeta-openembedded-94de9a7adb7972353d68098facdffea656a51269.tar.gz
fmt: update 7.1.3 -> 8.0.1
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fmt/fmt_8.0.1.bb')
-rw-r--r--meta-oe/recipes-support/fmt/fmt_8.0.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb
new file mode 100644
index 000000000..0dc8e038d
--- /dev/null
+++ b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb
@@ -0,0 +1,17 @@
+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.rst;md5=af88d758f75f3c5c48a967501f24384b"
+
+SRC_URI = "git://github.com/fmtlib/fmt"
+SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+inherit ptest
+
+EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
+
+BBCLASSEXTEND = "native nativesdk"