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.17.bb | |
parent | 7f6a2f54c0c5837d03dd0908f0e863c949b3f307 (diff) |
binutils: started unifing recipes to be able to fix #1465
Diffstat (limited to 'packages/binutils/binutils_2.17.bb')
-rw-r--r-- | packages/binutils/binutils_2.17.bb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb index d9e167f051..9610634959 100644 --- a/packages/binutils/binutils_2.17.bb +++ b/packages/binutils/binutils_2.17.bb @@ -1,7 +1,5 @@ -DESCRIPTION = "A GNU collection of binary utilities" -HOMEPAGE = "http://www.gnu.org/software/binutils/" -SECTION = "devel" -LICENSE = "GPL" +require binutils.inc + PR = "r0" SRC_URI = \ @@ -24,9 +22,3 @@ SRC_URI += "\ # Zecke's OSX fixes SRC_URI += " file://warning-free.patch;patch=1 " - - -S = "${WORKDIR}/binutils-${PV}" -B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" - -require binutils.inc |