From 71d8c0589ba540f1838d0216487eee8b3deaa19b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 8 Nov 2020 17:26:18 -0800 Subject: fmt: Upgrade to 7.1.2 Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_7.1.0.bb | 17 ----------------- meta-oe/recipes-support/fmt/fmt_7.1.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/fmt/fmt_7.1.0.bb create mode 100644 meta-oe/recipes-support/fmt/fmt_7.1.2.bb diff --git a/meta-oe/recipes-support/fmt/fmt_7.1.0.bb b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb deleted file mode 100644 index 8add37aa6a..0000000000 --- a/meta-oe/recipes-support/fmt/fmt_7.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" -SRCREV = "4fe0b11195b7cd71f39253c44db2c9dddf6b82d4" - -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_7.1.2.bb b/meta-oe/recipes-support/fmt/fmt_7.1.2.bb new file mode 100644 index 0000000000..70b39bed92 --- /dev/null +++ b/meta-oe/recipes-support/fmt/fmt_7.1.2.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" +SRCREV = "cc09f1a6798c085c325569ef466bcdcffdc266d4" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf