Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] kmod: disable manpages for host-kmod
@ 2013-09-04 10:36 Peter Korsgaard
  2013-09-04 15:50 ` Jérôme Pouiller
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2013-09-04 10:36 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=24058f10a70812de695f6bf8be3f66f0abcc179c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The manpages are not installed to HOST_DIR anyway, and it errors out if
xsltproc isn't available on the host.
---
 package/kmod/kmod.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 169fca3..a1ad7d6 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -23,6 +23,9 @@ KMOD_LICENSE_FILES = libkmod/COPYING
 # https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
 KMOD_CONF_OPT = --disable-static --enable-shared
 
+# manpages not installed to host and needs xsltproc
+HOST_KMOD_CONF_OPT = --disable-manpages
+
 ifneq ($(BR2_HAVE_DOCUMENTATION),y)
 KMOD_CONF_OPT += --disable-manpages
 endif

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

end of thread, other threads:[~2013-09-04 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 10:36 [Buildroot] [git commit] kmod: disable manpages for host-kmod Peter Korsgaard
2013-09-04 15:50 ` Jérôme Pouiller
2013-09-04 16:19   ` Thomas Petazzoni
2013-09-04 20:13     ` Peter Korsgaard
2013-09-04 20:27       ` Arnout Vandecappelle

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