diff mbox series

package/util-linux: add missing autoreconf

Message ID ZNituOHmh8/+1QYr@waldemar-brodkorb.de
State Accepted
Headers show
Series package/util-linux: add missing autoreconf | expand

Commit Message

Waldemar Brodkorb Aug. 13, 2023, 10:17 a.m. UTC
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(+)

Comments

Yann E. MORIN Aug. 13, 2023, 1:16 p.m. UTC | #1
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
diff mbox series

Patch

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) \