From 7b55d7ef8317ba8d8405620459cd2ff903e9ff32 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 14 May 2023 21:04:01 +0800 Subject: fmt: upgrade 9.1.0 -> 10.0.0 License-Update: Add " and {fmt} contributors" to Copyright Changelog: https://github.com/fmtlib/fmt/blob/master/ChangeLog.rst Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_10.0.0.bb | 17 +++++++++++++++++ meta-oe/recipes-support/fmt/fmt_9.1.0.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-support/fmt/fmt_10.0.0.bb delete mode 100644 meta-oe/recipes-support/fmt/fmt_9.1.0.bb diff --git a/meta-oe/recipes-support/fmt/fmt_10.0.0.bb b/meta-oe/recipes-support/fmt/fmt_10.0.0.bb new file mode 100644 index 000000000..a8e6e563d --- /dev/null +++ b/meta-oe/recipes-support/fmt/fmt_10.0.0.bb @@ -0,0 +1,17 @@ +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.rst;md5=b9257785fc4f3803a4b71b76c1412729" + +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" +SRCREV = "a0b8a92e3d1532361c2f7feb63babc5c18d00ef2" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-support/fmt/fmt_9.1.0.bb b/meta-oe/recipes-support/fmt/fmt_9.1.0.bb deleted file mode 100644 index 34896153c..000000000 --- a/meta-oe/recipes-support/fmt/fmt_9.1.0.bb +++ /dev/null @@ -1,17 +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.rst;md5=af88d758f75f3c5c48a967501f24384b" - -SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" -SRCREV = "a33701196adfad74917046096bf5a2aa0ab0bb50" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest - -EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf