Hi all,
I have same problem on my Fedora Core 7.
I solved it add a patch for configure script of binutils-cross-2.17.50.0.5-r1:
1 - add org.openembedded.dev/packages/binutils/binutils-2.17.50.0.5/binutils-configure-texinfo-version.patch
2 - modify org.openembedded.dev/packages/binutils/binutils_2.17.50.0.5.bb
binutils-configure-texinfo-version.patch
Code:
Index: binutils-2.17.50.0.5/configure
===================================================================
--- binutils-2.17.50.0.5.orig/configure
+++ binutils-2.17.50.0.5/configure
@@ -3680,7 +3680,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"
Index: binutils-2.17.50.0.5/configure.in
===================================================================
--- binutils-2.17.50.0.5.orig/configure.in
+++ binutils-2.17.50.0.5/configure.in
@@ -2231,7 +2231,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"
binutils_2.17.50.0.5.bbCode:
require binutils.inc
PR = "r1"
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-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 \
file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
"