]> 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, 14 Jan 2018 11:11:08 +0000 (11:11 +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 e4ae8df278fbb5d0bf2b73cac5a796f08745f44f..c8ff836e83dcee18f51580418546ee8189160bdd 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"