diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-30 11:38:50 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-30 11:38:50 +0000 |
commit | 63f966d92bfe882fd7b904c024ac3ade8bd6a91c (patch) | |
tree | c607be864d28cc8110210e8cb258bb54fd4cb559 /packages/gdb/gdb-cross.inc | |
parent | 0970057a1b0c654384a46c2361888322eb614d5e (diff) |
gdb-cross.inc: Reworked sed expression and tested to work.
Diffstat (limited to 'packages/gdb/gdb-cross.inc')
-rw-r--r-- | packages/gdb/gdb-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |