summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb1
-rw-r--r--meta-oe/recipes-support/fmt/fmt_10.2.1.bb16
2 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 19242ba545..8760810248 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -742,7 +742,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\
742 exiv2 \ 742 exiv2 \
743 libnice \ 743 libnice \
744 c-periphery \ 744 c-periphery \
745 fmt \
746 function2 \ 745 function2 \
747 gd \ 746 gd \
748 gflags \ 747 gflags \
diff --git a/meta-oe/recipes-support/fmt/fmt_10.2.1.bb b/meta-oe/recipes-support/fmt/fmt_10.2.1.bb
deleted file mode 100644
index 1437eb4803..0000000000
--- a/meta-oe/recipes-support/fmt/fmt_10.2.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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;md5=b9257785fc4f3803a4b71b76c1412729"
6
7SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https"
8SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
9
10S = "${WORKDIR}/git"
11
12inherit cmake
13
14EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
15
16BBCLASSEXTEND = "native nativesdk"