diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-06-15 16:07:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-15 16:08:33 -0700 |
commit | 6b14d0259cfa0eda6650c58ce9d28586bce842a0 (patch) | |
tree | 0506024fdb897cb22261db81e92c5fee9257cd0f | |
parent | 909908a4516cae397bca50931655a03be6937d40 (diff) | |
download | meta-openembedded-6b14d0259cfa0eda6650c58ce9d28586bce842a0.tar.gz |
fmt: Remove
This recipe has been migrated to oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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" | ||