summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-02-07 07:44:17 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-02-07 07:44:17 +0000
commite62eab8ae6ca8d652024c01c09a9d542342be9ca (patch)
treeb0b90497cb18b3f6d53e380116d923efb6186617
parente29154fcbf4978912ba63a480eebe0a31d851626 (diff)
downloadpoky-e62eab8ae6ca8d652024c01c09a9d542342be9ca.tar.gz
binutils 2.16.91.0.7: added makeinfo patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3691 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/binutils/binutils-2.16.91.0.7/binutils-configure-texinfo-version.patch35
-rw-r--r--meta/packages/binutils/binutils_2.16.91.0.7.bb7
2 files changed, 39 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils-2.16.91.0.7/binutils-configure-texinfo-version.patch b/meta/packages/binutils/binutils-2.16.91.0.7/binutils-configure-texinfo-version.patch
new file mode 100644
index 0000000000..9e57e3db01
--- /dev/null
+++ b/meta/packages/binutils/binutils-2.16.91.0.7/binutils-configure-texinfo-version.patch
@@ -0,0 +1,35 @@
1---
2 configure | 2 +-
3 configure.in | 2 +-
4 2 files changed, 2 insertions(+), 2 deletions(-)
5
6--- binutils-2.16.91.0.7.orig/configure
7+++ binutils-2.16.91.0.7/configure
8@@ -3629,11 +3629,11 @@ case " $build_configdirs " in
9 *)
10
11 # For an installed makeinfo, we require it to be from texinfo 4.2 or
12 # higher, else we use the "missing" dummy.
13 if ${MAKEINFO} --version \
14- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
15+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
16 :
17 else
18 MAKEINFO="$MISSING makeinfo"
19 fi
20 ;;
21--- binutils-2.16.91.0.7.orig/configure.in
22+++ binutils-2.16.91.0.7/configure.in
23@@ -2204,11 +2204,11 @@ case " $build_configdirs " in
24 *)
25 changequote(,)
26 # For an installed makeinfo, we require it to be from texinfo 4.2 or
27 # higher, else we use the "missing" dummy.
28 if ${MAKEINFO} --version \
29- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
30+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
31 :
32 else
33 MAKEINFO="$MISSING makeinfo"
34 fi
35 ;;
diff --git a/meta/packages/binutils/binutils_2.16.91.0.7.bb b/meta/packages/binutils/binutils_2.16.91.0.7.bb
index 8a6c3f5e16..05f149d616 100644
--- a/meta/packages/binutils/binutils_2.16.91.0.7.bb
+++ b/meta/packages/binutils/binutils_2.16.91.0.7.bb
@@ -36,15 +36,16 @@ FILES_${PN}-symlinks = " \
36 ${bindir}/strings \ 36 ${bindir}/strings \
37 ${bindir}/strip" 37 ${bindir}/strip"
38 38
39SRC_URI = \ 39SRC_URI = "\
40 "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ 40 http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
41 file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ 41 file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
42 file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ 42 file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
43 file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ 43 file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
44 file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ 44 file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
45 file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ 45 file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
46 file://binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \ 46 file://binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \
47 file://binutils-uclibc-702-binutils-skip-comments.patch;patch=1" 47 file://binutils-uclibc-702-binutils-skip-comments.patch;patch=1 \
48 file://binutils-configure-texinfo-version.patch;patch=1"
48 49
49S = "${WORKDIR}/binutils-${PV}" 50S = "${WORKDIR}/binutils-${PV}"
50B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" 51B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"