Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text
@ 2017-01-01 10:07 Baruch Siach
  2017-01-01 10:38 ` Bernd Kuhls
  2017-01-04 16:11 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-01-01 10:07 UTC (permalink / raw)
  To: buildroot

The alsaucm man page rst source file is missing in the tarball. When rst2man
is detected on the host, build fails:

make[2]: *** No rule to make target 'alsaucm.1', needed by 'all-am'.  Stop.

Upstream added[1] the missing file to the tarball to fix this issue. But since
we don't need the manpage to begin with, just disable rst2man to shorten build
time by a few milliseconds.

[1] http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=c6bdde171e1532f7b37333a5a746b6e662f12c53

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/alsa-utils/alsa-utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/alsa-utils/alsa-utils.mk b/package/alsa-utils/alsa-utils.mk
index 9113b8de62bf..a72191e9b2ef 100644
--- a/package/alsa-utils/alsa-utils.mk
+++ b/package/alsa-utils/alsa-utils.mk
@@ -23,6 +23,7 @@ ALSA_UTILS_CONF_ENV = \
 
 ALSA_UTILS_CONF_OPTS = \
 	--disable-xmlto \
+	--disable-rst2man \
 	--with-curses=$(if $(BR2_PACKAGE_NCURSES_WCHAR),ncursesw,ncurses)
 
 ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
-- 
2.11.0

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

* [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text
  2017-01-01 10:07 [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text Baruch Siach
@ 2017-01-01 10:38 ` Bernd Kuhls
  2017-01-04 16:11 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-01-01 10:38 UTC (permalink / raw)
  To: buildroot

Am Sun, 01 Jan 2017 12:07:53 +0200 schrieb Baruch Siach:

> Signed-off-by: Baruch Siach
> <baruch@tkos.co.il>
> ---
>  package/alsa-utils/alsa-utils.mk | 1 + 1 file changed, 1 insertion(+)

Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>

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

* [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text
  2017-01-01 10:07 [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text Baruch Siach
  2017-01-01 10:38 ` Bernd Kuhls
@ 2017-01-04 16:11 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-01-04 16:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > The alsaucm man page rst source file is missing in the tarball. When rst2man
 > is detected on the host, build fails:

 > make[2]: *** No rule to make target 'alsaucm.1', needed by 'all-am'.  Stop.

 > Upstream added[1] the missing file to the tarball to fix this issue. But since
 > we don't need the manpage to begin with, just disable rst2man to shorten build
 > time by a few milliseconds.

 > [1] http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=c6bdde171e1532f7b37333a5a746b6e662f12c53

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-01-04 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-01 10:07 [Buildroot] [PATCH] alsa-utils: disable manpages generation from reStructured text Baruch Siach
2017-01-01 10:38 ` Bernd Kuhls
2017-01-04 16:11 ` Peter Korsgaard

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