]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: fix 'makeinfo >= 4.10 is too old' problem (from OE) - patch is applied...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 20 Nov 2007 15:07:43 +0000 (15:07 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 20 Nov 2007 15:07:43 +0000 (15:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3199 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch [new file with mode: 0644]
meta/packages/binutils/binutils_2.18.bb

diff --git a/meta/packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch b/meta/packages/binutils/binutils-2.18/binutils-configure-texinfo-version.patch
new file mode 100644 (file)
index 0000000..dd21aed
--- /dev/null
@@ -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"
index a9b4d995b21acb00f82360059c5f83c7c683e76b..78000c7af6c9d76876cfb4953e751a20ffcc61c9 100644 (file)
@@ -3,6 +3,7 @@ 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 \