diff options
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.168.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.168.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.168.bb b/meta/recipes-devtools/elfutils/elfutils_0.168.bb index 3b8f2a3147..c0a4f23402 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.168.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.168.bb | |||
@@ -48,7 +48,6 @@ inherit autotools gettext | |||
48 | 48 | ||
49 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 49 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
50 | EXTRA_OECONF_append_class-native = " --without-bzlib" | 50 | EXTRA_OECONF_append_class-native = " --without-bzlib" |
51 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" | ||
52 | 51 | ||
53 | do_install_append() { | 52 | do_install_append() { |
54 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ -z `echo "${TARGET_ARCH}"|grep 'i.86'` ];then | 53 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ -z `echo "${TARGET_ARCH}"|grep 'i.86'` ];then |
@@ -56,11 +55,6 @@ do_install_append() { | |||
56 | fi | 55 | fi |
57 | } | 56 | } |
58 | 57 | ||
59 | # we can not build complete elfutils when using uclibc | ||
60 | # but some recipes e.g. gcc 4.5 depends on libelf so we | ||
61 | # build only libelf for uclibc case | ||
62 | |||
63 | EXTRA_OEMAKE_libc-uclibc = "-C libelf" | ||
64 | EXTRA_OEMAKE_class-native = "" | 58 | EXTRA_OEMAKE_class-native = "" |
65 | EXTRA_OEMAKE_class-nativesdk = "" | 59 | EXTRA_OEMAKE_class-nativesdk = "" |
66 | 60 | ||