From 757a636ae278551c8ad475211f454506d0ae5b14 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 26 Sep 2022 12:34:24 -0700 Subject: fmt: upgrade 8.1.1 -> 9.1.0 Signed-off-by: William A. Kennington III Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_8.1.1.bb | 17 ----------------- meta-oe/recipes-support/fmt/fmt_9.1.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/fmt/fmt_8.1.1.bb create mode 100644 meta-oe/recipes-support/fmt/fmt_9.1.0.bb diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb deleted file mode 100644 index c53dd38901..0000000000 --- a/meta-oe/recipes-support/fmt/fmt_8.1.1.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 = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9" - -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 new file mode 100644 index 0000000000..34896153c2 --- /dev/null +++ b/meta-oe/recipes-support/fmt/fmt_9.1.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=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