diff options
Diffstat (limited to 'meta/packages/binutils/binutils_2.16.bb')
-rw-r--r-- | meta/packages/binutils/binutils_2.16.bb | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/meta/packages/binutils/binutils_2.16.bb b/meta/packages/binutils/binutils_2.16.bb index c56f227d58..12719800f6 100644 --- a/meta/packages/binutils/binutils_2.16.bb +++ b/meta/packages/binutils/binutils_2.16.bb | |||
@@ -1,11 +1,9 @@ | |||
1 | DESCRIPTION = "A GNU collection of binary utilities" | 1 | require binutils.inc |
2 | HOMEPAGE = "http://www.gnu.org/software/binutils/" | 2 | |
3 | SECTION = "devel" | 3 | PR = "r8" |
4 | LICENSE = "GPL" | ||
5 | PR = "r7" | ||
6 | 4 | ||
7 | SRC_URI = \ | 5 | SRC_URI = "\ |
8 | "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \ | 6 | http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \ |
9 | file://ld_makefile.patch;patch=1 \ | 7 | file://ld_makefile.patch;patch=1 \ |
10 | file://better_file_error.patch;patch=1 \ | 8 | file://better_file_error.patch;patch=1 \ |
11 | file://signed_char_fix.patch;patch=1 \ | 9 | file://signed_char_fix.patch;patch=1 \ |
@@ -18,8 +16,3 @@ SRC_URI += "file://binutils-2.16-linux-uclibc.patch;patch=1" | |||
18 | # thumb support patches | 16 | # thumb support patches |
19 | SRC_URI += "file://binutils-2.16-thumb-trampoline.patch;patch=1" | 17 | SRC_URI += "file://binutils-2.16-thumb-trampoline.patch;patch=1" |
20 | SRC_URI += "file://binutils-2.16-thumb-glue.patch;patch=1" | 18 | SRC_URI += "file://binutils-2.16-thumb-glue.patch;patch=1" |
21 | |||
22 | S = "${WORKDIR}/binutils-${PV}" | ||
23 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | ||
24 | |||
25 | require binutils.inc | ||