diff mbox

coreutils: disable documentation build

Message ID 6eb52607527cefc15203eb26da99044fe6c6e3cd.1416306516.git.baruch@tkos.co.il
State Accepted
Commit fde7a1900d7221eb50805508b8e31ab6ff5121ec
Headers show

Commit Message

Baruch Siach Nov. 18, 2014, 10:28 a.m. UTC
The makeinfo utility may not be installed on the build machine, and we don't
install documentation anyway.

Fixes:
http://autobuild.buildroot.net/results/b42/b42ceb3128ed832f0dd901a1db8fa3dfd92ce5ef/
http://autobuild.buildroot.net/results/94f/94fcd06b320374f46b340f516c54b7ca726041af/
http://autobuild.buildroot.net/results/c54/c54608ac7e03f14055e2912cf06f6d41d21227c0/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/coreutils/coreutils.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Karoly Kasza Nov. 18, 2014, 11:56 a.m. UTC | #1
On Tue, Nov 18, 2014 at 11:28 AM, Baruch Siach <baruch@tkos.co.il> wrote:

> The makeinfo utility may not be installed on the build machine, and we
> don't
> install documentation anyway.
>
> Fixes:
>
> http://autobuild.buildroot.net/results/b42/b42ceb3128ed832f0dd901a1db8fa3dfd92ce5ef/
>
> http://autobuild.buildroot.net/results/94f/94fcd06b320374f46b340f516c54b7ca726041af/
>
> http://autobuild.buildroot.net/results/c54/c54608ac7e03f14055e2912cf06f6d41d21227c0/
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/coreutils/coreutils.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/package/coreutils/coreutils.mk b/package/coreutils/
> coreutils.mk
> index 391d2cd40719..e06510e096fe 100644
> --- a/package/coreutils/coreutils.mk
> +++ b/package/coreutils/coreutils.mk
> @@ -51,7 +51,8 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
>         gl_getline_needs_run_time_check=no \
>         gl_cv_have_proc_uptime=yes \
>         utils_cv_localtime_cache=no \
> -       PERL=missing
> +       PERL=missing \
> +       MAKEINFO=true
>
>  COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
>         ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
> --
> 2.1.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

Hi Baruch, all,

I was just looking into the same problem.

Tested-by: Karoly Kasza <kaszak@gmail.com>
Acked-by: Karoly Kasza <kaszak@gmail.com>

I tested the patch with
http://autobuild.buildroot.net/results/b42/b42ceb3128ed832f0dd901a1db8fa3dfd92ce5ef/

Best regards,
Karoly
Peter Korsgaard Nov. 18, 2014, 1:08 p.m. UTC | #2
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > The makeinfo utility may not be installed on the build machine, and we don't
 > install documentation anyway.

 > Fixes:
 > http://autobuild.buildroot.net/results/b42/b42ceb3128ed832f0dd901a1db8fa3dfd92ce5ef/
 > http://autobuild.buildroot.net/results/94f/94fcd06b320374f46b340f516c54b7ca726041af/
 > http://autobuild.buildroot.net/results/c54/c54608ac7e03f14055e2912cf06f6d41d21227c0/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.
diff mbox

Patch

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 391d2cd40719..e06510e096fe 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -51,7 +51,8 @@  COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
 	gl_getline_needs_run_time_check=no \
 	gl_cv_have_proc_uptime=yes \
 	utils_cv_localtime_cache=no \
-	PERL=missing
+	PERL=missing \
+	MAKEINFO=true
 
 COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
 	ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \