diff options
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/fmt/fmt_10.2.1.bb | 16 |
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 @@ | |||
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" | ||