summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-09-03 10:41:09 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-08 16:36:52 -0700
commit75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188 (patch)
tree65cc1604544686de911fb7f712a8abe4a666610d /meta/recipes-devtools/binutils/binutils.inc
parent3e7db72216472050366c3059219660dea057e80b (diff)
downloadpoky-75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188.tar.gz
binutils: add binutils_poison.patch
and also correct the license field in the recipe This fixes [BUGID #245] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 7a352b5d3b..501c1be1ec 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "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/" 3BUGTRACKER = "http://sourceware.org/bugzilla/"
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "GPLv2" 5LICENSE = "GPLv3"
6 6
7DEPENDS = "flex-native bison-native" 7DEPENDS = "flex-native bison-native"
8 8