diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-02-05 14:50:56 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-08 23:31:21 +0100 |
| commit | 7164a32632d14cb83698ddec45e84ad2f3252e9e (patch) | |
| tree | 0d6fa3bc147675b42e1a8a75086dde63bb800670 /package/kmod | |
| parent | f75245d9d0f291dc040162ec759ac88e206a69c6 (diff) | |
| download | buildroot-7164a32632d14cb83698ddec45e84ad2f3252e9e.tar.gz buildroot-7164a32632d14cb83698ddec45e84ad2f3252e9e.zip | |
packages: remove support for documentation on target
This patch removes deprecated symbol BR2_HAVE_DOCUMENTATION and all its
usage. Additionally, it removes the now unused BR2_DEPRECATED_SINCE_2012_11.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kmod')
| -rw-r--r-- | package/kmod/kmod.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk index ec1fef8faa..f819d0eb8e 100644 --- a/package/kmod/kmod.mk +++ b/package/kmod/kmod.mk @@ -15,17 +15,13 @@ HOST_KMOD_DEPENDENCIES = host-pkgconf KMOD_LICENSE = LGPLv2.1+ KMOD_LICENSE_FILES = libkmod/COPYING +KMOD_CONF_OPT += --disable-manpages +HOST_KMOD_CONF_OPT = --disable-manpages + # static linking not supported, see # 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 - ifeq ($(BR2_PACKAGE_ZLIB),y) KMOD_DEPENDENCIES += zlib KMOD_CONF_OPT += --with-zlib |

