diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-22 17:07:23 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-22 17:07:23 +0000 |
commit | 90a5e1115963c246355e4224828952b69e44c802 (patch) | |
tree | 07a9544eca51ac24126a0240d7af8ccb99ce2fcb /packages/binutils/binutils_2.18.bb | |
parent | 16d90664c348c2ebfa2b07234479c7e8ef88468f (diff) |
binutils-2.18: Added powerpc e300c2c3 patch.
Diffstat (limited to 'packages/binutils/binutils_2.18.bb')
-rw-r--r-- | packages/binutils/binutils_2.18.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/binutils/binutils_2.18.bb b/packages/binutils/binutils_2.18.bb index 78000c7af6..b6a230cb18 100644 --- a/packages/binutils/binutils_2.18.bb +++ b/packages/binutils/binutils_2.18.bb @@ -1,3 +1,5 @@ +PR = "r1" + require binutils.inc SRC_URI = "\ @@ -10,3 +12,7 @@ SRC_URI = "\ file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ " + +# powerpc patches +SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1" + |