All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXfont2: remove autoreconf
@ 2022-05-12 18:27 Bernd Kuhls
  2022-05-12 19:31 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2022-05-12 18:27 UTC (permalink / raw)
  To: buildroot

Forgotten in commit e6f8c403fe6c9909d2d3f5fd897c3057b7677192 which
removed 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xlib_libXfont2/xlib_libXfont2.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk b/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
index 6a71761f4e..fb0bba879c 100644
--- a/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
+++ b/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
@@ -12,8 +12,6 @@ XLIB_LIBXFONT2_LICENSE_FILES = COPYING
 XLIB_LIBXFONT2_CPE_ID_VENDOR = x
 XLIB_LIBXFONT2_CPE_ID_PRODUCT = libxfont
 XLIB_LIBXFONT2_INSTALL_STAGING = YES
-# 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch
-XLIB_LIBXFONT2_AUTORECONF = YES
 XLIB_LIBXFONT2_DEPENDENCIES = \
 	freetype \
 	xlib_libfontenc \
-- 
2.30.2

_______________________________________________
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 1/1] package/x11r7/xlib_libXfont2: remove autoreconf
  2022-05-12 18:27 [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXfont2: remove autoreconf Bernd Kuhls
@ 2022-05-12 19:31 ` Yann E. MORIN
  2022-05-28  9:37   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2022-05-12 19:31 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Bernd, All,

On 2022-05-12 20:27 +0200, Bernd Kuhls spake thusly:
> Forgotten in commit e6f8c403fe6c9909d2d3f5fd897c3057b7677192 which
> removed 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/x11r7/xlib_libXfont2/xlib_libXfont2.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk b/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
> index 6a71761f4e..fb0bba879c 100644
> --- a/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
> +++ b/package/x11r7/xlib_libXfont2/xlib_libXfont2.mk
> @@ -12,8 +12,6 @@ XLIB_LIBXFONT2_LICENSE_FILES = COPYING
>  XLIB_LIBXFONT2_CPE_ID_VENDOR = x
>  XLIB_LIBXFONT2_CPE_ID_PRODUCT = libxfont
>  XLIB_LIBXFONT2_INSTALL_STAGING = YES
> -# 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch
> -XLIB_LIBXFONT2_AUTORECONF = YES
>  XLIB_LIBXFONT2_DEPENDENCIES = \
>  	freetype \
>  	xlib_libfontenc \
> -- 
> 2.30.2
> 
> _______________________________________________
> 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 1/1] package/x11r7/xlib_libXfont2: remove autoreconf
  2022-05-12 19:31 ` Yann E. MORIN
@ 2022-05-28  9:37   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-28  9:37 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Bernd Kuhls, buildroot

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

 > Bernd, All,
 > On 2022-05-12 20:27 +0200, Bernd Kuhls spake thusly:
 >> Forgotten in commit e6f8c403fe6c9909d2d3f5fd897c3057b7677192 which
 >> removed 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch
 >> 
 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

 > Applied to master, thanks.

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2022-05-28  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 18:27 [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXfont2: remove autoreconf Bernd Kuhls
2022-05-12 19:31 ` Yann E. MORIN
2022-05-28  9:37   ` 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.