[oe-commits] org.oe.dev gdb-cross.inc: Fix for issues when system's texinfo version >= 4.10

likewise commit oe at amethyst.openembedded.net
Wed Apr 30 11:40:14 UTC 2008


gdb-cross.inc: Fix for issues when system's texinfo version >= 4.10

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: a622525f69137b22b695c2e9cfe1b448472fee2e
ViewMTN: http://monotone.openembedded.org/revision/info/a622525f69137b22b695c2e9cfe1b448472fee2e
Files:
1
packages/gdb/gdb-cross.inc
Diffs:

#
# mt diff -rc26008fc0aa5887371ca6d3dac83a9644e356b6d -ra622525f69137b22b695c2e9cfe1b448472fee2e
#
#
#
# patch "packages/gdb/gdb-cross.inc"
#  from [f22b5bdf741d9b9ce7a69086a1b6ff8dc8383420]
#    to [535e8f1b07e8d49315fe81676dc70d61700d6c19]
#
============================================================
--- packages/gdb/gdb-cross.inc	f22b5bdf741d9b9ce7a69086a1b6ff8dc8383420
+++ packages/gdb/gdb-cross.inc	535e8f1b07e8d49315fe81676dc70d61700d6c19
@@ -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
 }
 






More information about the Openembedded-commits mailing list