[gnome-continuous-yocto/gnomeostree-3.28-rocko: 71/218] libunwind: Disable documentation explicitly



commit 3bae1d95f594081c89c61572f88ed45729f98f84
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   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.
    
    (From OE-Core rev: d91a064ddd0771aebb8d61016231e4b41ef7ddde)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]