diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-07 13:15:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-07 13:15:37 +0000 |
commit | 7fcc99585962e5e8dcf34ce0e62ef447218b26b0 (patch) | |
tree | d9756b29474d0aae0ead21dc8b204e9bc5865a75 | |
parent | 262d304c430a8c24757939b3246f908bb27306f6 (diff) | |
download | poky-7fcc99585962e5e8dcf34ce0e62ef447218b26b0.tar.gz |
gcc-csl 2006q1: added makeinfo patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3698 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/gcc/gcc-csl-arm/gcc-new-makeinfo.patch | 35 | ||||
-rw-r--r-- | meta/packages/gcc/gcc_csl-arm-2006q1.bb | 3 |
2 files changed, 37 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-csl-arm/gcc-new-makeinfo.patch b/meta/packages/gcc/gcc-csl-arm/gcc-new-makeinfo.patch new file mode 100644 index 0000000000..b984605af7 --- /dev/null +++ b/meta/packages/gcc/gcc-csl-arm/gcc-new-makeinfo.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | --- | ||
2 | configure | 2 +- | ||
3 | configure.in | 2 +- | ||
4 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
5 | |||
6 | --- gcc-2006q1.orig/configure | ||
7 | +++ gcc-2006q1/configure | ||
8 | @@ -3453,11 +3453,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 | --- gcc-2006q1.orig/configure.in | ||
22 | +++ gcc-2006q1/configure.in | ||
23 | @@ -2078,11 +2078,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/gcc/gcc_csl-arm-2006q1.bb b/meta/packages/gcc/gcc_csl-arm-2006q1.bb index d7e1f6e8ee..a4d7c5ba17 100644 --- a/meta/packages/gcc/gcc_csl-arm-2006q1.bb +++ b/meta/packages/gcc/gcc_csl-arm-2006q1.bb | |||
@@ -13,7 +13,8 @@ inherit autotools gettext | |||
13 | require gcc-package.inc | 13 | require gcc-package.inc |
14 | 14 | ||
15 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2006q1-6-arm-none-eabi.src.tar.bz2 \ | 15 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2006q1-6-arm-none-eabi.src.tar.bz2 \ |
16 | file://gcc-configure-no-fortran.patch;patch=1;pnum=1" | 16 | file://gcc-configure-no-fortran.patch;patch=1;pnum=1 \ |
17 | file://gcc-new-makeinfo.patch;patch=1" | ||
17 | 18 | ||
18 | #the optabi patch is already applied | 19 | #the optabi patch is already applied |
19 | 20 | ||