diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.155.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.155.bb b/meta/recipes-devtools/elfutils/elfutils_0.155.bb index 594dfb09ea..14eac26d83 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.155.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.155.bb | |||
@@ -48,7 +48,7 @@ do_configure_prepend() { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install_append() { |
51 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ ! `echo "${TARGET_ARCH}"|grep -q 'i.86'` ];then | 51 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ -z `echo "${TARGET_ARCH}"|grep 'i.86'` ];then |
52 | rm ${D}${bindir}/eu-objdump | 52 | rm ${D}${bindir}/eu-objdump |
53 | fi | 53 | fi |
54 | } | 54 | } |