From ee2df5419d66b4a4a39e3e176d9241bdf8eb502e Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 12 Sep 2019 23:30:59 +0200 Subject: fmt: update to 6.0.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_5.3.0.bb | 16 ---------------- meta-oe/recipes-support/fmt/fmt_6.0.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-support/fmt/fmt_5.3.0.bb create mode 100644 meta-oe/recipes-support/fmt/fmt_6.0.0.bb diff --git a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb b/meta-oe/recipes-support/fmt/fmt_5.3.0.bb deleted file mode 100644 index be33bb863c..0000000000 --- a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb +++ /dev/null @@ -1,16 +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 = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c2e38bc8629eac247a73b65c1548b2f0" -SRCREV = "9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5" -PV .= "+git${SRCPV}" - -SRC_URI += "git://github.com/fmtlib/fmt" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest - -EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" diff --git a/meta-oe/recipes-support/fmt/fmt_6.0.0.bb b/meta-oe/recipes-support/fmt/fmt_6.0.0.bb new file mode 100644 index 0000000000..c35c77b125 --- /dev/null +++ b/meta-oe/recipes-support/fmt/fmt_6.0.0.bb @@ -0,0 +1,15 @@ +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 = "7512a55aa3ae309587ca89668ef9ec4074a51a1f" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" -- cgit 1.2.3-korg