[oe-commits] [openembedded-core] 01/01: libunwind: Disable documentation explicitly

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 17:11:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty-next
in repository openembedded-core.

commit 4f5082c00009227755a0a6707b25b52483d5dbda
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Jan 7 16:59:40 2018 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-support/libunwind/libunwind.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index e4ae8df..c8ff836 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list