diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-07 16:59:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-08 08:48:25 +0000 |
commit | 2ff8e29c15f937572be4e3443f226e6226b373c2 (patch) | |
tree | 1793ce7d0b193de4360861b92ae973cded150f51 /meta/recipes-support/libunwind/libunwind.inc | |
parent | 86ae2327ce5b550a42552292c8ed78b9cd8b7591 (diff) | |
download | poky-2ff8e29c15f937572be4e3443f226e6226b373c2.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: 95a5ab819df324e7ec8068bb3575e55cad022e3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind.inc')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index fc33786b9e..31c3df1708 100644 --- a/meta/recipes-support/libunwind/libunwind.inc +++ b/meta/recipes-support/libunwind/libunwind.inc | |||
@@ -9,6 +9,7 @@ inherit autotools | |||
9 | 9 | ||
10 | PACKAGECONFIG ??= "" | 10 | PACKAGECONFIG ??= "" |
11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" | 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" |
12 | PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native" | ||
12 | 13 | ||
13 | EXTRA_OECONF_arm = "--enable-debug-frame" | 14 | EXTRA_OECONF_arm = "--enable-debug-frame" |
14 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" | 15 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" |