[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:20 UTC 2018


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

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

commit d91a064ddd0771aebb8d61016231e4b41ef7ddde
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 fc33786..31c3df1 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