diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-27 07:23:27 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:26 +0100 |
| commit | 75d90d7cf3e883b13c99f2cdf15ba9e0cd2c0ef6 (patch) | |
| tree | 4d75ad071c4bbd008135a58b8764d262583bc234 /meta/recipes-devtools/fmt/fmt_10.2.1.bb | |
| parent | 569ed323c8dc028e25e5711df534f329fb731013 (diff) | |
| download | poky-75d90d7cf3e883b13c99f2cdf15ba9e0cd2c0ef6.tar.gz | |
fmt: update 10.2.1 -> 11.0.2
(From OE-Core rev: f2d7d6ebeee9ef83ba6dde53f188e06e5c6a4941)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/fmt/fmt_10.2.1.bb')
| -rw-r--r-- | meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/fmt/fmt_10.2.1.bb b/meta/recipes-devtools/fmt/fmt_10.2.1.bb deleted file mode 100644 index 1437eb4803..0000000000 --- a/meta/recipes-devtools/fmt/fmt_10.2.1.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 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;md5=b9257785fc4f3803a4b71b76c1412729" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https" | ||
| 8 | SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
