All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION
@ 2021-05-24 12:53 Yann E. MORIN
  2021-05-24 13:13 ` [Buildroot] [External] " Weber, Matthew L Collins
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-05-24 12:53 UTC (permalink / raw)
  To: buildroot

The default for FOO_CPE_ID_VERSION is to default to FOO_VERSION, so drop
this superfluous definition.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>
---
 package/libffi/libffi.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
index f8b6568341..c7705b9e46 100644
--- a/package/libffi/libffi.mk
+++ b/package/libffi/libffi.mk
@@ -6,7 +6,6 @@
 
 LIBFFI_VERSION = 3.3
 LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION))
-LIBFFI_CPE_ID_VERSION = 3.3
 LIBFFI_CPE_ID_UPDATE = rc0
 LIBFFI_LICENSE = MIT
 LIBFFI_LICENSE_FILES = LICENSE
-- 
2.25.1

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

* [Buildroot] [External] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION
  2021-05-24 12:53 [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION Yann E. MORIN
@ 2021-05-24 13:13 ` Weber, Matthew L Collins
  2021-05-24 13:28 ` [Buildroot] " Yann E. MORIN
  2021-06-09 20:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Weber, Matthew L Collins @ 2021-05-24 13:13 UTC (permalink / raw)
  To: buildroot

Yann,

> From: Yann E. MORIN <yann.morin.1998@gmail.com> on behalf of Yann E. MORIN <yann.morin.1998@free.fr>
> Sent: Monday, May 24, 2021 7:53 AM
> To: buildroot at buildroot.org <buildroot@buildroot.org>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>; Fabrice Fontaine <fontaine.fabrice@gmail.com>; Weber, Matthew L Collins <Matthew.Weber@collins.com>
> Subject: [External] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION
> ?
> The default for FOO_CPE_ID_VERSION is to default to FOO_VERSION, so drop
> this superfluous definition.
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>

Reviewed-by: Matthew Weber <Matthew.Weber@collins.com>

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

* [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION
  2021-05-24 12:53 [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION Yann E. MORIN
  2021-05-24 13:13 ` [Buildroot] [External] " Weber, Matthew L Collins
@ 2021-05-24 13:28 ` Yann E. MORIN
  2021-06-09 20:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-05-24 13:28 UTC (permalink / raw)
  To: buildroot

All,

On 2021-05-24 14:53 +0200, Yann E. MORIN spake thusly:
> The default for FOO_CPE_ID_VERSION is to default to FOO_VERSION, so drop
> this superfluous definition.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libffi/libffi.mk | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
> index f8b6568341..c7705b9e46 100644
> --- a/package/libffi/libffi.mk
> +++ b/package/libffi/libffi.mk
> @@ -6,7 +6,6 @@
>  
>  LIBFFI_VERSION = 3.3
>  LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION))
> -LIBFFI_CPE_ID_VERSION = 3.3
>  LIBFFI_CPE_ID_UPDATE = rc0
>  LIBFFI_LICENSE = MIT
>  LIBFFI_LICENSE_FILES = LICENSE
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION
  2021-05-24 12:53 [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION Yann E. MORIN
  2021-05-24 13:13 ` [Buildroot] [External] " Weber, Matthew L Collins
  2021-05-24 13:28 ` [Buildroot] " Yann E. MORIN
@ 2021-06-09 20:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-06-09 20:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > The default for FOO_CPE_ID_VERSION is to default to FOO_VERSION, so drop
 > this superfluous definition.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-06-09 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 12:53 [Buildroot] [PATCH] package/libffi: drop superfluous CPE_ID_VERSION Yann E. MORIN
2021-05-24 13:13 ` [Buildroot] [External] " Weber, Matthew L Collins
2021-05-24 13:28 ` [Buildroot] " Yann E. MORIN
2021-06-09 20:48 ` Peter Korsgaard

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.