[Buildroot] [git commit] kmod: disable manpages for host-kmod

Jérôme Pouiller jezz at sysmic.org
Wed Sep 4 15:50:47 UTC 2013


Hi Peter,

On 2013-09-04 12:36, Peter Korsgaard wrote:
[...]
> 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
What happens when BR2_HAVE_DOCUMENTATION is enabled? I think same 
problem happens.

We should add a dependency to host-libxslt and I think we can pass 
variable XSLTPROC= to ./configure to use a specific location of 
xsltproc.

-- 
Jérôme Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr



More information about the buildroot mailing list