[oe-commits] [openembedded-core] 12/14: libunwind: Fix PACKAGECONFIG option typo

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 08:51:15 UTC 2018


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

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

commit c3035922f2376f90ff282b085368f6d44bd7c020
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Jan 22 23:27:50 2018 +0000

    libunwind: Fix PACKAGECONFIG option typo
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit c777a6d0ea9505aa57c1c5785af388c23c5e7731)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/libunwind/libunwind.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index 31c3df1..ed32d19 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -9,7 +9,7 @@ inherit autotools
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
-PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native"
+PACKAGECONFIG[latexdocs] = "--enable-documentation, --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