diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 22:35:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 22:35:31 +0000 |
commit | 94e14dc91ad4732644f9dd3c2128141fa7253558 (patch) | |
tree | 85a93508464c43ac2a8b42dbee4383850a413a48 /packages/binutils/binutils_2.16.bb | |
parent | 7f6a2f54c0c5837d03dd0908f0e863c949b3f307 (diff) |
binutils: started unifing recipes to be able to fix #1465
Diffstat (limited to 'packages/binutils/binutils_2.16.bb')
-rw-r--r-- | packages/binutils/binutils_2.16.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/binutils/binutils_2.16.bb b/packages/binutils/binutils_2.16.bb index c56f227d58..a03f355379 100644 --- a/packages/binutils/binutils_2.16.bb +++ b/packages/binutils/binutils_2.16.bb @@ -1,7 +1,3 @@ -DESCRIPTION = "A GNU collection of binary utilities" -HOMEPAGE = "http://www.gnu.org/software/binutils/" -SECTION = "devel" -LICENSE = "GPL" PR = "r7" SRC_URI = \ @@ -19,7 +15,4 @@ SRC_URI += "file://binutils-2.16-linux-uclibc.patch;patch=1" SRC_URI += "file://binutils-2.16-thumb-trampoline.patch;patch=1" SRC_URI += "file://binutils-2.16-thumb-glue.patch;patch=1" -S = "${WORKDIR}/binutils-${PV}" -B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" - require binutils.inc |