summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-22 23:27:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-23 23:43:46 +0000
commitbe821416fe0f092c90feeda7e008452af46fc6c7 (patch)
tree5e5ae03e1b8c4c63c75f50de044218e61d574256 /meta/recipes-support
parent674283515fa671c37c81be008fd10a1d0fb1c6e1 (diff)
downloadpoky-be821416fe0f092c90feeda7e008452af46fc6c7.tar.gz
libunwind: Fix PACKAGECONFIG option typo
(From OE-Core rev: c777a6d0ea9505aa57c1c5785af388c23c5e7731) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libunwind/libunwind.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index 31c3df1708..ed32d19bfc 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -9,7 +9,7 @@ inherit autotools
9 9
10PACKAGECONFIG ??= "" 10PACKAGECONFIG ??= ""
11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" 11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
12PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native" 12PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
13 13
14EXTRA_OECONF_arm = "--enable-debug-frame" 14EXTRA_OECONF_arm = "--enable-debug-frame"
15EXTRA_OECONF_aarch64 = "--enable-debug-frame" 15EXTRA_OECONF_aarch64 = "--enable-debug-frame"