diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 14:04:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 14:04:42 +0000 |
commit | 4d4a37609166adb9a86423f346e7a6bd6649da3a (patch) | |
tree | fd69946b9bb4e3fff75752884241ee652eb44432 /meta/packages/binutils/binutils_2.16.bb | |
parent | 0b01f1f9638018ad4727045b0620a9d5a6d0381a (diff) | |
download | poky-4d4a37609166adb9a86423f346e7a6bd6649da3a.tar.gz |
binutils 2.16, 2.17.50.0.5: make them provide 'ar' and 'strings' via update-alternatives
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1571 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | ||