* [Buildroot] [PATCH] package/xr819-xradio: bump to version 2023-04-10
@ 2023-04-10 19:49 Giulio Benetti
2023-04-10 19:56 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2023-04-10 19:49 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti, Sergey Matyukevich
This version fixes stack parameters issues:
https://github.com/fifteenhex/xradio/commit/a835c4747be088978a055b9645e3c523d0c54fe1
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/xr819-xradio/xr819-xradio.hash | 2 +-
package/xr819-xradio/xr819-xradio.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
index 60185db736..8676f065f8 100644
--- a/package/xr819-xradio/xr819-xradio.hash
+++ b/package/xr819-xradio/xr819-xradio.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 2b297fbcc9b5ed190bcfff9f6f808c170632ac3d69dbd92156a7f4f57142dec9 xr819-xradio-005f28cfe9e20b7f2dfd9d32d38ee97060dc707f.tar.gz
+sha256 93388424f1f136db541ce056be017f2f0f6688278ac15a88bef34da8f12ffea6 xr819-xradio-119cad7d07aef6973dd44e4dae74d4c9defd06a2.tar.gz
# Locally computed
sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
index e5daaa6051..66c08e7921 100644
--- a/package/xr819-xradio/xr819-xradio.mk
+++ b/package/xr819-xradio/xr819-xradio.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XR819_XRADIO_VERSION = 005f28cfe9e20b7f2dfd9d32d38ee97060dc707f
+XR819_XRADIO_VERSION = 119cad7d07aef6973dd44e4dae74d4c9defd06a2
XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
XR819_XRADIO_LICENSE = GPL-2.0
XR819_XRADIO_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/xr819-xradio: bump to version 2023-04-10
2023-04-10 19:49 [Buildroot] [PATCH] package/xr819-xradio: bump to version 2023-04-10 Giulio Benetti
@ 2023-04-10 19:56 ` Yann E. MORIN
2023-04-10 20:04 ` Giulio Benetti
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2023-04-10 19:56 UTC (permalink / raw)
To: Giulio Benetti; +Cc: Sergey Matyukevich, buildroot
Giulio, All,
On 2023-04-10 21:49 +0200, Giulio Benetti spake thusly:
> This version fixes stack parameters issues:
> https://github.com/fifteenhex/xradio/commit/a835c4747be088978a055b9645e3c523d0c54fe1
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This bump is already part of:
https://patchwork.ozlabs.org/project/buildroot/list/?series=350228
so I marked your patch as not-applicable. Thanks!
Regards,
Yann E. MORIN.
> ---
> package/xr819-xradio/xr819-xradio.hash | 2 +-
> package/xr819-xradio/xr819-xradio.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
> index 60185db736..8676f065f8 100644
> --- a/package/xr819-xradio/xr819-xradio.hash
> +++ b/package/xr819-xradio/xr819-xradio.hash
> @@ -1,4 +1,4 @@
> # Locally computed
> -sha256 2b297fbcc9b5ed190bcfff9f6f808c170632ac3d69dbd92156a7f4f57142dec9 xr819-xradio-005f28cfe9e20b7f2dfd9d32d38ee97060dc707f.tar.gz
> +sha256 93388424f1f136db541ce056be017f2f0f6688278ac15a88bef34da8f12ffea6 xr819-xradio-119cad7d07aef6973dd44e4dae74d4c9defd06a2.tar.gz
> # Locally computed
> sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
> diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
> index e5daaa6051..66c08e7921 100644
> --- a/package/xr819-xradio/xr819-xradio.mk
> +++ b/package/xr819-xradio/xr819-xradio.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -XR819_XRADIO_VERSION = 005f28cfe9e20b7f2dfd9d32d38ee97060dc707f
> +XR819_XRADIO_VERSION = 119cad7d07aef6973dd44e4dae74d4c9defd06a2
> XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
> XR819_XRADIO_LICENSE = GPL-2.0
> XR819_XRADIO_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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/xr819-xradio: bump to version 2023-04-10
2023-04-10 19:56 ` Yann E. MORIN
@ 2023-04-10 20:04 ` Giulio Benetti
0 siblings, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2023-04-10 20:04 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: Sergey Matyukevich, buildroot
On 10/04/23 21:56, Yann E. MORIN wrote:
> Giulio, All,
>
> On 2023-04-10 21:49 +0200, Giulio Benetti spake thusly:
>> This version fixes stack parameters issues:
>> https://github.com/fifteenhex/xradio/commit/a835c4747be088978a055b9645e3c523d0c54fe1
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>
> This bump is already part of:
> https://patchwork.ozlabs.org/project/buildroot/list/?series=350228
>
> so I marked your patch as not-applicable. Thanks!
Oops, right. Thank you!
Regards
--
Giulio Benetti
Benetti Engineering sas
> Regards,
> Yann E. MORIN.
>
>> ---
>> package/xr819-xradio/xr819-xradio.hash | 2 +-
>> package/xr819-xradio/xr819-xradio.mk | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
>> index 60185db736..8676f065f8 100644
>> --- a/package/xr819-xradio/xr819-xradio.hash
>> +++ b/package/xr819-xradio/xr819-xradio.hash
>> @@ -1,4 +1,4 @@
>> # Locally computed
>> -sha256 2b297fbcc9b5ed190bcfff9f6f808c170632ac3d69dbd92156a7f4f57142dec9 xr819-xradio-005f28cfe9e20b7f2dfd9d32d38ee97060dc707f.tar.gz
>> +sha256 93388424f1f136db541ce056be017f2f0f6688278ac15a88bef34da8f12ffea6 xr819-xradio-119cad7d07aef6973dd44e4dae74d4c9defd06a2.tar.gz
>> # Locally computed
>> sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
>> diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
>> index e5daaa6051..66c08e7921 100644
>> --- a/package/xr819-xradio/xr819-xradio.mk
>> +++ b/package/xr819-xradio/xr819-xradio.mk
>> @@ -4,7 +4,7 @@
>> #
>> ################################################################################
>>
>> -XR819_XRADIO_VERSION = 005f28cfe9e20b7f2dfd9d32d38ee97060dc707f
>> +XR819_XRADIO_VERSION = 119cad7d07aef6973dd44e4dae74d4c9defd06a2
>> XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
>> XR819_XRADIO_LICENSE = GPL-2.0
>> XR819_XRADIO_LICENSE_FILES = LICENSE
>> --
>> 2.34.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-10 20:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 19:49 [Buildroot] [PATCH] package/xr819-xradio: bump to version 2023-04-10 Giulio Benetti
2023-04-10 19:56 ` Yann E. MORIN
2023-04-10 20:04 ` Giulio Benetti
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.