From 75d90d7cf3e883b13c99f2cdf15ba9e0cd2c0ef6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 27 Aug 2024 07:23:27 +0200 Subject: fmt: update 10.2.1 -> 11.0.2 (From OE-Core rev: f2d7d6ebeee9ef83ba6dde53f188e06e5c6a4941) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta/recipes-devtools/fmt/fmt_10.2.1.bb (limited to 'meta/recipes-devtools/fmt/fmt_10.2.1.bb') 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 @@ -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;md5=b9257785fc4f3803a4b71b76c1412729" - -SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https" -SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf