From ffbe37d5eb79e0aab7d0e90afc0bb94d347a9735 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 29 Sep 2016 17:48:25 +0300 Subject: btrfs-tools: enable optional building of manpages (From OE-Core rev: 1e34548f5b022ed285d945e09cfc5774a6122ab9) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb | 4 ++-- 1 file 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 " -- cgit 1.2.3-korg