summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fmt/fmt_7.1.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-10-30 13:39:06 +0800
committerKhem Raj <raj.khem@gmail.com>2020-11-02 09:00:52 -0800
commit3751ace056d7132f87993ba825b248d42f3dbda2 (patch)
treef1b1785f516e0edf1fb6433a151ad7bee87c789e /meta-oe/recipes-support/fmt/fmt_7.1.0.bb
parent917142fab580bed453a8307b814f4f1bb446c76c (diff)
downloadmeta-openembedded-3751ace056d7132f87993ba825b248d42f3dbda2.tar.gz
fmt: upgrade 7.0.3 -> 7.1.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fmt/fmt_7.1.0.bb')
-rw-r--r--meta-oe/recipes-support/fmt/fmt_7.1.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_7.1.0.bb b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb
new file mode 100644
index 000000000..8add37aa6
--- /dev/null
+++ b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb
@@ -0,0 +1,17 @@
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 = "4fe0b11195b7cd71f39253c44db2c9dddf6b82d4"
9
10S = "${WORKDIR}/git"
11
12inherit cmake
13inherit ptest
14
15EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
16
17BBCLASSEXTEND = "native nativesdk"