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-07 16:59:42 +0000 |
commit | 95a5ab819df324e7ec8068bb3575e55cad022e3a (patch) | |
tree | de98915ee8aa386ededf385cad06ed6fbd8e9c9b /meta | |
parent | e0a4e78b879eeacff8ef6803c1345056abf018e7 (diff) | |
download | openembedded-core-95a5ab819df324e7ec8068bb3575e55cad022e3a.tar.gz openembedded-core-95a5ab819df324e7ec8068bb3575e55cad022e3a.tar.bz2 openembedded-core-95a5ab819df324e7ec8068bb3575e55cad022e3a.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 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" |