mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
btrfs-tools: enable optional building of manpages
(From OE-Core rev: 1e34548f5b022ed285d945e09cfc5774a6122ab9) 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>
This commit is contained in:
committed by
Richard Purdie
parent
98d3de8b49
commit
ffbe37d5eb
@@ -17,9 +17,9 @@ SRCREV = "d8d0a60406b14b140e83a8c0d5eaedb5dca44092"
|
|||||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
|
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 "
|
EXTRA_OECONF_append_libc-musl = " --disable-backtrace "
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user