diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:33:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:20 +0100 |
commit | 8342a25aa54eee1afba6abf8d3a917be09ec2924 (patch) | |
tree | 0e74648943117ac7348fab15f7c5343a7a3fa26f | |
parent | 1648722753cbd7c060599cb3fe2f18e03c3a3b13 (diff) | |
download | poky-8342a25aa54eee1afba6abf8d3a917be09ec2924.tar.gz |
kmod: enable optional building of manpages
(From OE-Core rev: e7150ee8adabaa4c68d3b4016f3fff2253d77dd7)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 166b3f02f8..a59c30586e 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -12,7 +12,7 @@ SECTION = "base" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
14 | " | 14 | " |
15 | inherit autotools gtk-doc pkgconfig | 15 | inherit autotools gtk-doc pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "65a885df5f6f15222b44fd695c5eaca17e837a14" | 17 | SRCREV = "65a885df5f6f15222b44fd695c5eaca17e837a14" |
18 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |
@@ -27,10 +27,11 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | EXTRA_AUTORECONF += "--install --symlink" | 29 | EXTRA_AUTORECONF += "--install --symlink" |
30 | EXTRA_OECONF +=" --enable-tools --disable-manpages --with-zlib" | 30 | EXTRA_OECONF +=" --enable-tools --with-zlib" |
31 | 31 | ||
32 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 32 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
33 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" | 33 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" |
34 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | ||
34 | 35 | ||
35 | do_configure_prepend () { | 36 | do_configure_prepend () { |
36 | gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S} | 37 | gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S} |