Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/luksmeta: do not build man pages
@ 2019-09-16 13:50 Peter Korsgaard
  2019-09-17 20:50 ` Thomas Petazzoni
  2019-09-25 16:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-16 13:50 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/a6247b95f1578fe1daec485589582310c75b5d84/

luksmeta-v9 generates man pages at build if a2x is available since:

commit 3fa51bb22350fee101fc52044949f6eb394114ae
Author: Daniel Kope?ek <dkopecek@redhat.com>
Date:   Fri Jul 13 01:52:45 2018 +0200

   Generate manual page from source during build time

   If a2x (asciidoc) is not available during configure time,
   a warning will be generated and the manual page wont be
   generated nor installed.

Man pages are not needed on target and the build step fails in certain
setups, so disable it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/luksmeta/luksmeta.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/luksmeta/luksmeta.mk b/package/luksmeta/luksmeta.mk
index c8a19ddeeb..129713aec8 100644
--- a/package/luksmeta/luksmeta.mk
+++ b/package/luksmeta/luksmeta.mk
@@ -10,6 +10,7 @@ LUKSMETA_SITE = https://github.com/latchset/luksmeta/releases/download/v$(LUKSME
 LUKSMETA_LICENSE = LGPL-2.1+
 LUKSMETA_LICENSE_FILES = COPYING
 LUKSMETA_DEPENDENCIES = host-pkgconf cryptsetup
+LUKSMETA_CONF_ENV = ac_cv_prog_A2X=""
 LUKSMETA_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))
-- 
2.20.1

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

* [Buildroot] [PATCH] package/luksmeta: do not build man pages
  2019-09-16 13:50 [Buildroot] [PATCH] package/luksmeta: do not build man pages Peter Korsgaard
@ 2019-09-17 20:50 ` Thomas Petazzoni
  2019-09-25 16:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-17 20:50 UTC (permalink / raw)
  To: buildroot

On Mon, 16 Sep 2019 15:50:48 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/a6247b95f1578fe1daec485589582310c75b5d84/
> 
> luksmeta-v9 generates man pages at build if a2x is available since:
> 
> commit 3fa51bb22350fee101fc52044949f6eb394114ae
> Author: Daniel Kope?ek <dkopecek@redhat.com>
> Date:   Fri Jul 13 01:52:45 2018 +0200
> 
>    Generate manual page from source during build time
> 
>    If a2x (asciidoc) is not available during configure time,
>    a warning will be generated and the manual page wont be
>    generated nor installed.
> 
> Man pages are not needed on target and the build step fails in certain
> setups, so disable it.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/luksmeta/luksmeta.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/luksmeta: do not build man pages
  2019-09-16 13:50 [Buildroot] [PATCH] package/luksmeta: do not build man pages Peter Korsgaard
  2019-09-17 20:50 ` Thomas Petazzoni
@ 2019-09-25 16:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-25 16:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/a6247b95f1578fe1daec485589582310c75b5d84/

 > luksmeta-v9 generates man pages at build if a2x is available since:

 > commit 3fa51bb22350fee101fc52044949f6eb394114ae
 > Author: Daniel Kope?ek <dkopecek@redhat.com>
 > Date:   Fri Jul 13 01:52:45 2018 +0200

 >    Generate manual page from source during build time

 >    If a2x (asciidoc) is not available during configure time,
 >    a warning will be generated and the manual page wont be
 >    generated nor installed.

 > Man pages are not needed on target and the build step fails in certain
 > setups, so disable it.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-25 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16 13:50 [Buildroot] [PATCH] package/luksmeta: do not build man pages Peter Korsgaard
2019-09-17 20:50 ` Thomas Petazzoni
2019-09-25 16:05 ` Peter Korsgaard

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