gdb-cross.inc: Fix for issues when system's texinfo version >= 4.10
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 30 Apr 2008 00:02:18 +0000 (00:02 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 30 Apr 2008 00:02:18 +0000 (00:02 +0000)
packages/gdb/gdb-cross.inc

index 480cce4..9870b98 100644 (file)
@@ -10,6 +10,12 @@ do_configure () {
 # override this function to avoid the autoconf/automake/aclocal/autoheader
 # calls for now
        (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
+
+        # 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'
+
+
        oe_runconf
 }