summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/binutils/binutils_2.21.1a.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-28 21:43:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-29 13:57:43 +0100
commit4ecf379aba11983b66be4fbe26e65aa28740ddfd (patch)
tree65b5e3e8040f1acd83919c23aae409533b015293 /meta/recipes-devtools/binutils/binutils_2.21.1a.bb
parentde5b502330ded38c0efe2c4e30967ef12dbad72a (diff)
downloadopenembedded-core-4ecf379aba11983b66be4fbe26e65aa28740ddfd.tar.gz
openembedded-core-4ecf379aba11983b66be4fbe26e65aa28740ddfd.tar.bz2
openembedded-core-4ecf379aba11983b66be4fbe26e65aa28740ddfd.tar.xz
openembedded-core-4ecf379aba11983b66be4fbe26e65aa28740ddfd.zip
binutils: update to 2.21.1a
2.21.1 has disappeared upstream. There is no ChangeLog information for 2.21.1a, however diff reports only the addition of some cpu/opc files in cgen/ subdirectory; the source code is otherwise identical. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.21.1a.bb')
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.21.1a.bb42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.21.1a.bb b/meta/recipes-devtools/binutils/binutils_2.21.1a.bb
new file mode 100644
index 000000000..2d4ed2764
--- /dev/null
+++ b/meta/recipes-devtools/binutils/binutils_2.21.1a.bb
@@ -0,0 +1,42 @@
+require binutils.inc
+
+PR = "r0"
+
+LIC_FILES_CHKSUM="\
+ file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
+ file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\
+ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\
+ file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\
+ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\
+ file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\
+ file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\
+ file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\
+ file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\
+ file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\
+ "
+
+SRC_URI = "\
+ ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
+ file://binutils-uclibc-100-uclibc-conf.patch \
+ file://110-arm-eabi-conf.patch \
+ file://binutils-uclibc-300-001_ld_makefile_patch.patch \
+ file://binutils-uclibc-300-006_better_file_error.patch \
+ file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
+ file://binutils-uclibc-gas-needs-libm.patch \
+ file://binutils-x86_64_i386_biarch.patch \
+ file://libtool-2.4-update.patch \
+ file://binutils-2.19.1-ld-sysroot.patch \
+ file://libiberty_path_fix.patch \
+ file://binutils-poison.patch \
+ file://libtool-rpath-fix.patch \
+ file://clone-shadow.patch \
+ file://binutils-powerpc-e5500.patch \
+ "
+
+SRC_URI[md5sum] = "bde820eac53fa3a8d8696667418557ad"
+SRC_URI[sha256sum] = "cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654"
+
+# 2.21.1a has a mismatched dir name within the tarball
+S = "${WORKDIR}/binutils-2.21.1"
+
+BBCLASSEXTEND = "native"