From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/rwmem: bumb to latest version
Date: Thu, 5 Oct 2023 22:00:12 +0200 [thread overview]
Message-ID: <20231005200012.GC2552@scaer> (raw)
In-Reply-To: <20231005144250.43169-1-tomi.valkeinen@ideasonboard.com>
Tomi, All,
On 2023-10-05 17:42 +0300, Tomi Valkeinen spake thusly:
> Bumb rwmem to the latest version. The main reason to bumb is to get a
> fix for a compilation issue present when compiling with gcc-13 (need to
> include <cstdint>).
>
> As the project has moved to C++20, we need to adjust the Config.in
> accordingly.
>
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/rwmem/Config.in | 6 +++---
> package/rwmem/rwmem.hash | 2 +-
> package/rwmem/rwmem.mk | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/rwmem/Config.in b/package/rwmem/Config.in
> index cd9a7f78f1..690b034070 100644
> --- a/package/rwmem/Config.in
> +++ b/package/rwmem/Config.in
> @@ -1,6 +1,6 @@
> config BR2_PACKAGE_RWMEM
> bool "rwmem"
> - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
> + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_10 # C++20
> depends on BR2_INSTALL_LIBSTDCPP
> depends on BR2_USE_WCHAR # fmt
> select BR2_PACKAGE_FMT
> @@ -10,6 +10,6 @@ config BR2_PACKAGE_RWMEM
>
> https://github.com/tomba/rwmem
>
> -comment "rwmem needs a toolchain w/ C++, wchar, gcc >= 5"
> +comment "rwmem needs a toolchain w/ C++, wchar, gcc >= 10"
> depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
> - !BR2_TOOLCHAIN_GCC_AT_LEAST_5
> + !BR2_TOOLCHAIN_GCC_AT_LEAST_10
> diff --git a/package/rwmem/rwmem.hash b/package/rwmem/rwmem.hash
> index 9becbc5b21..da74002cb4 100644
> --- a/package/rwmem/rwmem.hash
> +++ b/package/rwmem/rwmem.hash
> @@ -1,2 +1,2 @@
> -sha256 55d28f029c0cd5c21d3e1c89371e2905d5217f571ef5389ed0fce163804d1c4a rwmem-c8291705c82bb0686be9adf6a427a2b72114719a.tar.gz
> +sha256 e6cb76b77869aef9ec4a2c31d0d80af0182a5f9c9c3ae06225c8fb2f8266379f rwmem-c89bc9ad9a8f2359f358c510db57b7678eb156d1.tar.gz
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
> diff --git a/package/rwmem/rwmem.mk b/package/rwmem/rwmem.mk
> index 24c4e92efc..d6ef05193b 100644
> --- a/package/rwmem/rwmem.mk
> +++ b/package/rwmem/rwmem.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -RWMEM_VERSION = c8291705c82bb0686be9adf6a427a2b72114719a
> +RWMEM_VERSION = c89bc9ad9a8f2359f358c510db57b7678eb156d1
> RWMEM_SITE = $(call github,tomba,rwmem,$(RWMEM_VERSION))
> RWMEM_LICENSE = GPL-2.0
> RWMEM_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-10-05 20:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-05 14:42 [Buildroot] [PATCH 1/1] package/rwmem: bumb to latest version Tomi Valkeinen
2023-10-05 20:00 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231005200012.GC2552@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=tomi.valkeinen@ideasonboard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox