summaryrefslogtreecommitdiff
path: root/packages/binutils/binutils_2.16.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-27 16:29:51 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-27 16:29:51 +0000
commitdc65500908f11b42bece3477e8d933e331009301 (patch)
treef745e683edad9c5d22997b151700bd5d596783c9 /packages/binutils/binutils_2.16.1.bb
parent154ce545bf6b5b9d3c6422a4167d4ce45a09b8af (diff)
binutils: Add 2.16.1
Diffstat (limited to 'packages/binutils/binutils_2.16.1.bb')
-rw-r--r--packages/binutils/binutils_2.16.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/binutils/binutils_2.16.1.bb b/packages/binutils/binutils_2.16.1.bb
new file mode 100644
index 0000000000..cc92da3e35
--- /dev/null
+++ b/packages/binutils/binutils_2.16.1.bb
@@ -0,0 +1,14 @@
+
+CROSSTOOL_PATCH_URL = "http://www.kegel.com/crosstool/crosstool-0.43/patches/binutils-2.16.1/"
+SRC_URI = \
+ "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
+ ${CROSSTOOL_PATCH_URL}bfd-hash-tweak.patch;patch=1 \
+ ${CROSSTOOL_PATCH_URL}binutils-2.15-psignal.patch;patch=1 \
+ ${CROSSTOOL_PATCH_URL}binutils-skip-comments.patch;patch=1 \
+ ${CROSSTOOL_PATCH_URL}callahan.patch;patch=1 \
+ ${CROSSTOOL_PATCH_URL}cross-gprof.patch;patch=1 \
+ ${CROSSTOOL_PATCH_URL}stabs-tweak.patch;patch=1 \
+ file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1"
+
+
+require binutils.inc