mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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: 7e4ac608a2ac077c68e178fd1519c8e98403cff3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
04ba2c349c
commit
1f5effb6a6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user