summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fmt/fmt_7.0.1.bb')
-rw-r--r--meta-oe/recipes-support/fmt/fmt_7.0.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_7.0.1.bb b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
new file mode 100644
index 000000000..55db63286
--- /dev/null
+++ b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
@@ -0,0 +1,15 @@
1SUMMARY = "open-source formatting library for C++"
2DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
3HOMEPAGE = "https://fmt.dev"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
6
7SRC_URI += "git://github.com/fmtlib/fmt"
8SRCREV = "f19b1a521ee8b606dedcadfda69fd10ddf882753"
9
10S = "${WORKDIR}/git"
11
12inherit cmake
13inherit ptest
14
15EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"