]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_ipk: Remove spurious '-i' in grep command for log_check
authorPhil Blundell <philb@gnu.org>
Wed, 26 Sep 2012 11:55:19 +0000 (12:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Sep 2012 14:02:26 +0000 (15:02 +0100)
commitfd464e0886a26b8a1d80b6f6277f62099dc61e69
tree2a8068eb25cf650d253df803f46ef73d17aa5bf5
parent0c340611de8a721b6e4ccf836f28bada16b8425f
package_ipk: Remove spurious '-i' in grep command for log_check

ipk_log_check uses a case-sensitive grep (which is correct) when deciding
whether there were any errors or not.  But if it decides that there were, it
then uses a case-insensitive grep to display them.  This results in a large
amount of irrelevant and confusing output which makes it hard to see the real
errors amongst the noise.

Suppress this by removing the unwanted -i.

(From OE-Core rev: 57dcacbd6f35ae2d6b505f044bbefad35da66959)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_ipk.bbclass