From: Leon Woestenberg Date: Wed, 30 Apr 2008 11:38:50 +0000 (+0000) Subject: gdb-cross.inc: Reworked sed expression and tested to work. X-Git-Tag: Release-2010-05/1~7070^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f966d92bfe882fd7b904c024ac3ade8bd6a91c;p=openembedded.git gdb-cross.inc: Reworked sed expression and tested to work. --- diff --git a/packages/gdb/gdb-cross.inc b/packages/gdb/gdb-cross.inc index 9870b9870b..6d4c3d177e 100644 --- a/packages/gdb/gdb-cross.inc +++ b/packages/gdb/gdb-cross.inc @@ -13,7 +13,7 @@ do_configure () { # Fix for issues when system's texinfo version >= 4.10 # (See https://bugzilla.redhat.com/show_bug.cgi?id=345621) - sed -i -e 's/egrep `texinfo.*`/egrep `texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9]+|[5-9])`/' '${S}/configure' + sed -i -e "s@egrep 'texinfo.*'@egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9]+|[5-9])'@" '${S}/configure' oe_runconf