perl 5.8.7: Use grep -I to ignore binary files instead of looking at
authorJamie Lenehan <lenehan@twibble.org>
Mon, 2 Oct 2006 06:58:00 +0000 (06:58 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Mon, 2 Oct 2006 06:58:00 +0000 (06:58 +0000)
commit9f4ce64d0a8250568d46439730cef1ca03269fde
tree9d587826d87e06310958289e63427545c93d86f3
parent90d59da769663bbee7a3716fae15d0cc8a0fe3bc
perl 5.8.7: Use grep -I to ignore binary files instead of looking at
the output message from grep. The output message could change
depending on the LOCALE which would break the current test. Make it
DEPEND on grep-native to ensure we get the gnu version of grep which
is needed for -I to work. As per bug #1439.
packages/perl/perl_5.8.7.bb