diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 16:43:11 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-08 15:12:31 +0200 |
commit | 2c58b82bbca7e7d7e778a81750ae0cf226ff4eb5 (patch) | |
tree | fcaa50755be71244c8f6c9c060bd31ca9987fa4f /recipes/binutils/binutils_2.18.bb | |
parent | 1fedf415e2e3822c16191dc3e4802ddeb871136a (diff) |
binutils: added Maverick support (done by Hasjim Williams)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/binutils/binutils_2.18.bb')
-rw-r--r-- | recipes/binutils/binutils_2.18.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.18.bb b/recipes/binutils/binutils_2.18.bb index 0155fb1151..3b650c679b 100644 --- a/recipes/binutils/binutils_2.18.bb +++ b/recipes/binutils/binutils_2.18.bb @@ -1,4 +1,4 @@ -PR = "r5" +PR = "r6" require binutils.inc LICENSE = "GPLv3" @@ -18,3 +18,6 @@ SRC_URI = "\ # powerpc patches SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1" + +# ep93xx crunch patches +SRC_URI_append_ep9312 = " file://binutils-crunch.patch;patch=1" |