[oe-commits] org.oe.dev binutils: Add patch to work with recent makedevs versions (#3342)

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Nov 24 12:04:55 UTC 2007


binutils: Add patch to work with recent makedevs versions (#3342)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: f403c01ccecca20a137af7a55798b3f062c504f8
ViewMTN: http://monotone.openembedded.org/revision/info/f403c01ccecca20a137af7a55798b3f062c504f8
Files:
1
packages/binutils/binutils-2.17.50.0.5/binutils-configure-texinfo-version.patch
packages/binutils/binutils-2.17.50.0.8/binutils-configure-texinfo-version.patch
packages/binutils/binutils_2.17.50.0.5.bb
packages/binutils/binutils_2.17.50.0.8.bb
Diffs:

#
# mt diff -re6a5433d4b320e24ab498f814936db6d91150c08 -rf403c01ccecca20a137af7a55798b3f062c504f8
#
# 
# 
# add_file "packages/binutils/binutils-2.17.50.0.5/binutils-configure-texinfo-version.patch"
#  content [dd2d68bee35e9e5f58ff6382572fb0da04b6c991]
# 
# add_file "packages/binutils/binutils-2.17.50.0.8/binutils-configure-texinfo-version.patch"
#  content [dd2d68bee35e9e5f58ff6382572fb0da04b6c991]
# 
# patch "packages/binutils/binutils_2.17.50.0.5.bb"
#  from [cea7111545e87b392b96a671b97fe4cb866ae010]
#    to [43f857d98ca4daf4881fab85dd999b1616ab8ebc]
# 
# patch "packages/binutils/binutils_2.17.50.0.8.bb"
#  from [b64335bb1d9f522237e537d0413548ab15a68a08]
#    to [642c9455427c9dc2448aec4bb6f8ffbbb7dbff93]
# 
============================================================
--- packages/binutils/binutils-2.17.50.0.5/binutils-configure-texinfo-version.patch	dd2d68bee35e9e5f58ff6382572fb0da04b6c991
+++ packages/binutils/binutils-2.17.50.0.5/binutils-configure-texinfo-version.patch	dd2d68bee35e9e5f58ff6382572fb0da04b6c991
@@ -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.in.orig	2007-10-11 21:10:54.000000000 -0700
++++ binutils-2.18/configure.in	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.17.50.0.8/binutils-configure-texinfo-version.patch	dd2d68bee35e9e5f58ff6382572fb0da04b6c991
+++ packages/binutils/binutils-2.17.50.0.8/binutils-configure-texinfo-version.patch	dd2d68bee35e9e5f58ff6382572fb0da04b6c991
@@ -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.in.orig	2007-10-11 21:10:54.000000000 -0700
++++ binutils-2.18/configure.in	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.17.50.0.5.bb	cea7111545e87b392b96a671b97fe4cb866ae010
+++ packages/binutils/binutils_2.17.50.0.5.bb	43f857d98ca4daf4881fab85dd999b1616ab8ebc
@@ -6,6 +6,7 @@ SRC_URI = \
     "${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
      file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
      file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
+     file://binutils-configure-texinfo-version.patch;patch=1 \
      file://110-arm-eabi-conf.patch;patch=1 \
      file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
      file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
============================================================
--- packages/binutils/binutils_2.17.50.0.8.bb	b64335bb1d9f522237e537d0413548ab15a68a08
+++ packages/binutils/binutils_2.17.50.0.8.bb	642c9455427c9dc2448aec4bb6f8ffbbb7dbff93
@@ -5,6 +5,7 @@ SRC_URI = \
     "${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
      file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
      file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
+     file://binutils-configure-texinfo-version.patch;patch=1 \
      file://110-arm-eabi-conf.patch;patch=1 \
      file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
      file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \






More information about the Openembedded-commits mailing list