org.openembedded.dev: a622525f69137b22b695c2e9cfe1b448472fee2e

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 21:02:34 CEST 2008


revision:            a622525f69137b22b695c2e9cfe1b448472fee2e
date:                2008-04-30T00:02:18
author:              likewise at openembedded.org
branch:              org.openembedded.dev
changelog:
gdb-cross.inc: Fix for issues when system's texinfo version >= 4.10

manifest:
format_version "1"

new_manifest [a9d0f5958e363bf7538f6c239503650100efae3d]

old_revision [c26008fc0aa5887371ca6d3dac83a9644e356b6d]

patch "packages/gdb/gdb-cross.inc"
 from [f22b5bdf741d9b9ce7a69086a1b6ff8dc8383420]
   to [535e8f1b07e8d49315fe81676dc70d61700d6c19]
-------------- next part --------------
#
#
# 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
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/87fed513/attachment.htm 


More information about the commitlog mailing list