diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-22 23:27:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:45:28 +0000 |
| commit | 55635d12592cc2bfb3c7a9f2b7b9cbf65f25e54a (patch) | |
| tree | ec76f272a81329b3dd888ffbac9636eadc9e454b | |
| parent | 9b34adef2f082d01ce1d01ae8d1e39e80dafadd1 (diff) | |
| download | poky-55635d12592cc2bfb3c7a9f2b7b9cbf65f25e54a.tar.gz | |
libunwind: Fix PACKAGECONFIG option typo
(From OE-Core rev: c3035922f2376f90ff282b085368f6d44bd7c020)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c777a6d0ea9505aa57c1c5785af388c23c5e7731)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 2 |
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 | ||
| 10 | PACKAGECONFIG ??= "" | 10 | PACKAGECONFIG ??= "" |
| 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" | 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" |
| 12 | PACKAGECONFIG[latexdocs] = "--enable-documentaiton, --disable-documentation, latex2man-native" | 12 | PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" |
| 13 | 13 | ||
| 14 | EXTRA_OECONF_arm = "--enable-debug-frame" | 14 | EXTRA_OECONF_arm = "--enable-debug-frame" |
| 15 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" | 15 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" |
