[oe-commits] org.oe.dev Handle new textinfo version in binutils configure.

khem commit openembedded-commits at lists.openembedded.org
Fri Oct 12 04:41:35 UTC 2007


Handle new textinfo version in binutils configure.

Author: khem at openembedded.org
Branch: org.openembedded.dev
Revision: 5e25d910364ba4a7edab739d7fd27220ff39668f
ViewMTN: http://monotone.openembedded.org/revision/info/5e25d910364ba4a7edab739d7fd27220ff39668f
Files:
1
packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch
packages/binutils/binutils_2.18.bb
Diffs:

#
# mt diff -r02dba1b0954867c3cfa6ae44441717c1b1edb946 -r5e25d910364ba4a7edab739d7fd27220ff39668f
#
# 
# 
# add_file "packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch"
#  content [3eff871d10f6fd40b292bfbe5f31b88ae1e279c8]
# 
# patch "packages/binutils/binutils_2.18.bb"
#  from [2457fcc4615a92236de679835b678cbb4dbdf4e7]
#    to [b46a0a4a1bd2041ecada2e2cebdd7415790ad44d]
# 
============================================================
--- packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch	3eff871d10f6fd40b292bfbe5f31b88ae1e279c8
+++ packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch	3eff871d10f6fd40b292bfbe5f31b88ae1e279c8
@@ -0,0 +1,22 @@
+--- binutils-2.18/configure.orig	2007-10-11 21:09:27.000000000 -0700
++++ binutils-2.18/configure	2007-10-11 21:10:20.000000000 -0700
+@@ -6128,7 +6128,7 @@ case " $build_configdirs " in
+     # For an installed makeinfo, we require it to be from texinfo 4.4 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
+--- binutils-2.18/configure.ac.orig	2007-10-11 21:10:54.000000000 -0700
++++ binutils-2.18/configure.ac	2007-10-11 21:11:13.000000000 -0700
+@@ -2403,7 +2403,7 @@ changequote(,)
+     # For an installed makeinfo, we require it to be from texinfo 4.4 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
============================================================
--- packages/binutils/binutils_2.18.bb	2457fcc4615a92236de679835b678cbb4dbdf4e7
+++ packages/binutils/binutils_2.18.bb	b46a0a4a1bd2041ecada2e2cebdd7415790ad44d
@@ -1,8 +1,9 @@ SRC_URI = "\
 require binutils.inc
 
 SRC_URI = "\
      ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
      file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
+     file://binutils-configure-texinfo-version.patch;patch=1 \
      file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
      file://110-arm-eabi-conf.patch;patch=1 \
      file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \






More information about the Openembedded-commits mailing list