From 3751ace056d7132f87993ba825b248d42f3dbda2 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 30 Oct 2020 13:39:06 +0800 Subject: fmt: upgrade 7.0.3 -> 7.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_7.0.3.bb | 17 ----------------- meta-oe/recipes-support/fmt/fmt_7.1.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/fmt/fmt_7.0.3.bb create mode 100644 meta-oe/recipes-support/fmt/fmt_7.1.0.bb diff --git a/meta-oe/recipes-support/fmt/fmt_7.0.3.bb b/meta-oe/recipes-support/fmt/fmt_7.0.3.bb deleted file mode 100644 index d52731161a..0000000000 --- a/meta-oe/recipes-support/fmt/fmt_7.0.3.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 = "cd4af11efc9c622896a3e4cb599fa28668ca3d05" - -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.0.bb b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb new file mode 100644 index 0000000000..8add37aa6a --- /dev/null +++ b/meta-oe/recipes-support/fmt/fmt_7.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" +SRCREV = "4fe0b11195b7cd71f39253c44db2c9dddf6b82d4" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg