All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe] fmt: update to 7.0.1
@ 2020-07-29 15:41 Oleksandr Kravchuk
  2020-07-30  5:23 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-29 15:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta-oe/recipes-support/fmt/{fmt_6.2.0.bb => fmt_7.0.1.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/fmt/{fmt_6.2.0.bb => fmt_7.0.1.bb} (69%)

diff --git a/meta-oe/recipes-support/fmt/fmt_6.2.0.bb b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
similarity index 69%
rename from meta-oe/recipes-support/fmt/fmt_6.2.0.bb
rename to meta-oe/recipes-support/fmt/fmt_7.0.1.bb
index 05dc94a99..0467544b4 100644
--- a/meta-oe/recipes-support/fmt/fmt_6.2.0.bb
+++ b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
@@ -1,11 +1,13 @@
 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."
+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 = "9bdd1596cef1b57b9556f8bef32dc4a32322ef3e"
+SRCREV = "f19b1a521ee8b606dedcadfda69fd10ddf882753"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [PATCH][meta-oe] fmt: update to 7.0.1
  2020-07-29 15:41 [PATCH][meta-oe] fmt: update to 7.0.1 Oleksandr Kravchuk
@ 2020-07-30  5:23 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-07-30  5:23 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel

its already proposed see
https://git.openembedded.org/meta-openembedded/commit/?id=b7b0339c7873d7dd473a5b406ccb0888541fc010

so please rebase it on top of master-next and resend the remaining delta

On 7/29/20 8:41 AM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   meta-oe/recipes-support/fmt/{fmt_6.2.0.bb => fmt_7.0.1.bb} | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-support/fmt/{fmt_6.2.0.bb => fmt_7.0.1.bb} (69%)
> 
> diff --git a/meta-oe/recipes-support/fmt/fmt_6.2.0.bb b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
> similarity index 69%
> rename from meta-oe/recipes-support/fmt/fmt_6.2.0.bb
> rename to meta-oe/recipes-support/fmt/fmt_7.0.1.bb
> index 05dc94a99..0467544b4 100644
> --- a/meta-oe/recipes-support/fmt/fmt_6.2.0.bb
> +++ b/meta-oe/recipes-support/fmt/fmt_7.0.1.bb
> @@ -1,11 +1,13 @@
>   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."
> +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 = "9bdd1596cef1b57b9556f8bef32dc4a32322ef3e"
> +SRCREV = "f19b1a521ee8b606dedcadfda69fd10ddf882753"
>   
>   S = "${WORKDIR}/git"
>   
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 15:41 [PATCH][meta-oe] fmt: update to 7.0.1 Oleksandr Kravchuk
2020-07-30  5:23 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.