elfutils: fix the condition check before remove eu-objdump
authorRoy Li <rongqing.li@windriver.com>
Tue, 26 Nov 2013 05:17:09 +0000 (13:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 09:52:58 +0000 (09:52 +0000)
commit4906649f6e2c292b8401b30c0d32349ed01c274a
tree628eba49172fa8ac5ffa58b115869613f962f6fd
parentdc23d38eccfb6a053c281ccd053ff0033e9f6f7b
elfutils: fix the condition check before remove eu-objdump

"grep -q" does not write anything to standard output, the result is same as
a empty string, The second test becomes [!""] which is a fixed true value

(From OE-Core rev: 79b0979ecd33ce15563354c90d8bcc857ddf95ad)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/elfutils/elfutils_0.155.bb