diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-10-30 13:39:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-02 09:00:52 -0800 |
commit | 3751ace056d7132f87993ba825b248d42f3dbda2 (patch) | |
tree | f1b1785f516e0edf1fb6433a151ad7bee87c789e /meta-oe/recipes-support/fmt/fmt_7.1.0.bb | |
parent | 917142fab580bed453a8307b814f4f1bb446c76c (diff) | |
download | meta-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.bb | 17 |
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 @@ | |||
1 | SUMMARY = "open-source formatting library for C++" | ||
2 | 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." | ||
3 | HOMEPAGE = "https://fmt.dev" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" | ||
6 | |||
7 | SRC_URI += "git://github.com/fmtlib/fmt" | ||
8 | SRCREV = "4fe0b11195b7cd71f39253c44db2c9dddf6b82d4" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | inherit cmake | ||
13 | inherit ptest | ||
14 | |||
15 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||