]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: Fix PACKAGECONFIG option typo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jan 2018 23:27:50 +0000 (23:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jan 2018 23:43:39 +0000 (23:43 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc

index 31c3df17088caa0ea11ca2839c133039b4d1003e..ed32d19bfc97563bbf26385dde3fa0017400f0e5 100644 (file)
@@ -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"