aboutsummaryrefslogtreecommitdiffstats
path: root/packages/binutils/binutils.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 22:35:31 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 22:35:31 +0000
commit94e14dc91ad4732644f9dd3c2128141fa7253558 (patch)
tree85a93508464c43ac2a8b42dbee4383850a413a48 /packages/binutils/binutils.inc
parent7f6a2f54c0c5837d03dd0908f0e863c949b3f307 (diff)
downloadopenembedded-94e14dc91ad4732644f9dd3c2128141fa7253558.tar.gz
binutils: started unifing recipes to be able to fix #1465
Diffstat (limited to 'packages/binutils/binutils.inc')
-rw-r--r--packages/binutils/binutils.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/binutils/binutils.inc b/packages/binutils/binutils.inc
index 02ad406170..007089761d 100644
--- a/packages/binutils/binutils.inc
+++ b/packages/binutils/binutils.inc
@@ -1,6 +1,11 @@
+DESCRIPTION = "A GNU collection of binary utilities"
+HOMEPAGE = "http://www.gnu.org/software/binutils/"
+SECTION = "devel"
+LICENSE = "GPL"
+
inherit autotools gettext
-PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"
+PACKAGES += "${PN}-symlinks"
FILES_${PN} = " \
${bindir}/${TARGET_PREFIX}* \
@@ -28,6 +33,9 @@ FILES_${PN}-symlinks = " \
${bindir}/size \
${bindir}/strip"
+S = "${WORKDIR}/binutils-${PV}"
+B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
+
EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
--enable-shared"