]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: Disable documentation explicitly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 16:59:40 +0000 (16:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 17:10:39 +0000 (17:10 +0000)
We don't have latex2man in HOSTTOOLs so documentaion is never built but this
dependency does cause problems on older releases like morty, pre-HOSTTOOLS.
Document the configuration explicitly in master.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc

index fc33786b9e685d1f588717b4de5b6403f7972b04..31c3df17088caa0ea11ca2839c133039b4d1003e 100644 (file)
@@ -9,6 +9,7 @@ inherit autotools
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
+PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native"
 
 EXTRA_OECONF_arm = "--enable-debug-frame"
 EXTRA_OECONF_aarch64 = "--enable-debug-frame"