summaryrefslogtreecommitdiffstats
path: root/meta/packages/binutils/binutils.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-03 18:53:37 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-06-10 15:02:50 -0700
commit7c9ec39bb9d3489d70f65aa8814593a1eb8985c7 (patch)
tree964ef1b6cae255a3695943ff7061abacb5d51ea3 /meta/packages/binutils/binutils.inc
parent75ea8478629e8c87db43d9b56b8d14bef4376c2c (diff)
downloadpoky-7c9ec39bb9d3489d70f65aa8814593a1eb8985c7.tar.gz
binutils: upgrade to version 2.20.1
Added a entry for bugtracker. updated LICENSE updated LIC_FILES_CHKSUM The x86 build of binutils is working fine. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/binutils/binutils.inc')
-rw-r--r--meta/packages/binutils/binutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/binutils/binutils.inc b/meta/packages/binutils/binutils.inc
index 5a5e51d354..5e3cc90ef4 100644
--- a/meta/packages/binutils/binutils.inc
+++ b/meta/packages/binutils/binutils.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "A GNU collection of binary utilities" 1DESCRIPTION = "A GNU collection of binary utilities"
2HOMEPAGE = "http://www.gnu.org/software/binutils/" 2HOMEPAGE = "http://www.gnu.org/software/binutils/"
3BUGTRACKER = "http://sourceware.org/bugzilla/"
3SECTION = "devel" 4SECTION = "devel"
4LICENSE = "GPLv2"
5 5
6inherit autotools gettext 6inherit autotools gettext
7 7