diff options
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.8.1.bb b/meta/recipes-support/libunwind/libunwind_1.8.1.bb index 68d7a98ee4..10714ea247 100644 --- a/meta/recipes-support/libunwind/libunwind_1.8.1.bb +++ b/meta/recipes-support/libunwind/libunwind_1.8.1.bb | |||
@@ -28,7 +28,7 @@ PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" | |||
28 | PACKAGECONFIG[zlib] = "--enable-zlibdebuginfo,--disable-zlibdebuginfo,zlib" | 28 | PACKAGECONFIG[zlib] = "--enable-zlibdebuginfo,--disable-zlibdebuginfo,zlib" |
29 | PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" | 29 | PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" |
30 | 30 | ||
31 | EXTRA_OECONF = "--enable-static" | 31 | EXTRA_OECONF = "--enable-static --disable-tests" |
32 | 32 | ||
33 | # http://errors.yoctoproject.org/Errors/Details/20487/ | 33 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
34 | ARM_INSTRUCTION_SET:armv4 = "arm" | 34 | ARM_INSTRUCTION_SET:armv4 = "arm" |