summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 16:59:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-14 22:10:21 +0000
commitf9294b7ece5aab253e0b4ca7a46dd21937bb4dc5 (patch)
tree72699b4a992b9942a424e7df06830fcae90d339e
parent333b79aea38385dfb52fcd24e121bca7d27e68dd (diff)
downloadpoky-f9294b7ece5aab253e0b4ca7a46dd21937bb4dc5.tar.gz
libunwind: Disable documentation explicitly
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. (From OE-Core rev: 594966f14147edd47f46944060a21e0cff778ba2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libunwind/libunwind.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index e4ae8df278..c8ff836e83 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -9,6 +9,7 @@ inherit autotools
9 9
10PACKAGECONFIG ??= "" 10PACKAGECONFIG ??= ""
11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" 11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
12PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native"
12 13
13EXTRA_OECONF_arm = "--enable-debug-frame" 14EXTRA_OECONF_arm = "--enable-debug-frame"
14EXTRA_OECONF_aarch64 = "--enable-debug-frame" 15EXTRA_OECONF_aarch64 = "--enable-debug-frame"