diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
| commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
| tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | |
| parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
| download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz | |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb new file mode 100644 index 0000000000..6961a46f7f --- /dev/null +++ b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | require binutils.inc | ||
| 2 | |||
| 3 | PR = "r5" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM="\ | ||
| 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | ||
| 7 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 8 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
| 9 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 10 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
| 11 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 12 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 13 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 14 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
| 15 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI = "\ | ||
| 19 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ | ||
| 20 | file://binutils-uclibc-100-uclibc-conf.patch \ | ||
| 21 | file://110-arm-eabi-conf.patch \ | ||
| 22 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | ||
| 23 | file://binutils-uclibc-300-006_better_file_error.patch \ | ||
| 24 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ | ||
| 25 | file://binutils-uclibc-gas-needs-libm.patch \ | ||
| 26 | file://binutils-x86_64_i386_biarch.patch \ | ||
| 27 | file://binutils-mips-pie.patch \ | ||
| 28 | file://libtool-2.4-update.patch \ | ||
| 29 | file://binutils-2.19.1-ld-sysroot.patch \ | ||
| 30 | file://libiberty_path_fix.patch \ | ||
| 31 | file://binutils-poison.patch \ | ||
| 32 | file://libtool-rpath-fix.patch \ | ||
| 33 | " | ||
| 34 | |||
| 35 | SRC_URI[md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" | ||
| 36 | SRC_URI[sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" | ||
| 37 | |||
| 38 | BBCLASSEXTEND = "native" | ||
