diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-05 15:58:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-05 15:58:02 +0000 |
commit | bc2f38f65c377b1e7ad299eefa2c0b3362879101 (patch) | |
tree | 540adbd3e74d92c286f401f84a09c94b724cc72d /meta/packages/gcc/gcc_3.4.4.bb | |
parent | 2886028dd9797f1eb657423133b5f4e2d1bf5952 (diff) | |
download | poky-bc2f38f65c377b1e7ad299eefa2c0b3362879101.tar.gz |
gcc 3.4: Add patch to fix jar issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1010 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc_3.4.4.bb')
-rw-r--r-- | meta/packages/gcc/gcc_3.4.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc_3.4.4.bb b/meta/packages/gcc/gcc_3.4.4.bb index 74ce0fedcc..69a00582a8 100644 --- a/meta/packages/gcc/gcc_3.4.4.bb +++ b/meta/packages/gcc/gcc_3.4.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r5" | 1 | PR = "r6" |
2 | DESCRIPTION = "The GNU cc and gcc C compilers." | 2 | DESCRIPTION = "The GNU cc and gcc C compilers." |
3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" | 3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
@@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
21 | file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ | 21 | file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ |
22 | file://GCC3.4.0VisibilityPatch.diff;patch=1 \ | 22 | file://GCC3.4.0VisibilityPatch.diff;patch=1 \ |
23 | file://15342.patch;patch=1 \ | 23 | file://15342.patch;patch=1 \ |
24 | file://jarfix.patch;patch=1 \ | ||
24 | file://always-fixincperm.patch;patch=1" | 25 | file://always-fixincperm.patch;patch=1" |
25 | 26 | ||
26 | SRC_URI += "file://gcc34-configure.in.patch;patch=1" | 27 | SRC_URI += "file://gcc34-configure.in.patch;patch=1" |