org.openembedded.dev: 29a3481a2a476ba9e44b1e5984e32fdcf2182935

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 20:53:28 CEST 2008


revision:            29a3481a2a476ba9e44b1e5984e32fdcf2182935
date:                2008-04-29T23:51:31
author:              likewise at openembedded.org
branch:              org.openembedded.dev
changelog:
Fix for issues when system's texinfo version >= 4.10

manifest:
format_version "1"

new_manifest [0aa7308905205ec21a58fd009a081379a064a8b0]

old_revision [bae0a94358106f7091683a440bcdf350ec3e9581]

patch "packages/binutils/binutils.inc"
 from [f448bed26fe1742f47791f2fa478603cc6c038b5]
   to [2f77b1b064e84e87a884ebea726a710c8508e730]
-------------- next part --------------
#
#
# patch "packages/binutils/binutils.inc"
#  from [f448bed26fe1742f47791f2fa478603cc6c038b5]
#    to [2f77b1b064e84e87a884ebea726a710c8508e730]
#
============================================================
--- packages/binutils/binutils.inc	f448bed26fe1742f47791f2fa478603cc6c038b5
+++ packages/binutils/binutils.inc	2f77b1b064e84e87a884ebea726a710c8508e730
@@ -67,6 +67,11 @@ do_configure () {
 
 do_configure () {
 	(cd ${S}; gnu-configize) || die "Failed to run 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
 #
 # must prime config.cache to ensure the build of libiberty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/868afe7b/attachment.htm 


More information about the commitlog mailing list