Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/util-linux: add missing autoreconf
@ 2023-08-13 10:17 Waldemar Brodkorb
  2023-08-13 13:16 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2023-08-13 10:17 UTC (permalink / raw)
  To: buildroot

In commit 898bdbca1f11fe81e8be7924371326f85f466a27 we added a patch
for configure.ac and missed to run autoreconf.

Fixes:
 - http://autobuild.buildroot.net/results/06f/06f2e368982a620b3e810eccfdc307ae99271e22

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/util-linux/util-linux.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index bdb4fd6b90..18315ea659 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -31,6 +31,8 @@ UTIL_LINUX_LICENSE_FILES = README.licensing \
 
 UTIL_LINUX_CPE_ID_VENDOR = kernel
 UTIL_LINUX_INSTALL_STAGING = YES
+# We're patching configure.ac
+UTIL_LINUX_AUTORECONF = YES
 UTIL_LINUX_DEPENDENCIES = \
 	host-pkgconf \
 	$(if $(BR2_PACKAGE_UTIL_LINUX_LIBS),util-linux-libs) \
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/util-linux: add missing autoreconf
  2023-08-13 10:17 [Buildroot] [PATCH] package/util-linux: add missing autoreconf Waldemar Brodkorb
@ 2023-08-13 13:16 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-08-13 13:16 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

Waldemar, All,

On 2023-08-13 12:17 +0200, Waldemar Brodkorb spake thusly:
> In commit 898bdbca1f11fe81e8be7924371326f85f466a27 we added a patch
> for configure.ac and missed to run autoreconf.
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/06f/06f2e368982a620b3e810eccfdc307ae99271e22
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/util-linux/util-linux.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index bdb4fd6b90..18315ea659 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -31,6 +31,8 @@ UTIL_LINUX_LICENSE_FILES = README.licensing \
>  
>  UTIL_LINUX_CPE_ID_VENDOR = kernel
>  UTIL_LINUX_INSTALL_STAGING = YES
> +# We're patching configure.ac

I prefer we get the filename of the patch ere, so that it is easier,
when one removes a patch, to hunt its filename and see if there was
something special with this patch...

Applied to master, with the filename of the patch in the comment,
thanks.

Regards,
Yann E. MORIN.

> +UTIL_LINUX_AUTORECONF = YES
>  UTIL_LINUX_DEPENDENCIES = \
>  	host-pkgconf \
>  	$(if $(BR2_PACKAGE_UTIL_LINUX_LIBS),util-linux-libs) \
> -- 
> 2.39.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] 2+ messages in thread

end of thread, other threads:[~2023-08-13 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-13 10:17 [Buildroot] [PATCH] package/util-linux: add missing autoreconf Waldemar Brodkorb
2023-08-13 13:16 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox