aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-09-29 17:48:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-28 11:27:33 +0100
commit1e34548f5b022ed285d945e09cfc5774a6122ab9 (patch)
tree9df216bc19042db3e480495573466313c12b0a95
parentc19315eb9c7a68679535efa100823c0e489c9df6 (diff)
downloadopenembedded-core-contrib-1e34548f5b022ed285d945e09cfc5774a6122ab9.tar.gz
btrfs-tools: enable optional building of manpages
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb
index b06fd4adcc..e7fd24d1bf 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb
@@ -17,9 +17,9 @@ SRCREV = "d8d0a60406b14b140e83a8c0d5eaedb5dca44092"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
"
-inherit autotools-brokensep pkgconfig
+inherit autotools-brokensep pkgconfig manpages
-EXTRA_OECONF += "--disable-documentation"
+PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native"
EXTRA_OECONF_append_libc-musl = " --disable-backtrace "