diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-09-03 10:41:09 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-08 16:36:52 -0700 |
commit | 75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188 (patch) | |
tree | 65cc1604544686de911fb7f712a8abe4a666610d /meta/recipes-devtools/binutils/binutils.inc | |
parent | 3e7db72216472050366c3059219660dea057e80b (diff) | |
download | openembedded-core-75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188.tar.gz openembedded-core-75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188.tar.bz2 openembedded-core-75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188.zip |
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.inc | 2 |
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" HOMEPAGE = "http://www.gnu.org/software/binutils/" BUGTRACKER = "http://sourceware.org/bugzilla/" SECTION = "devel" -LICENSE = "GPLv2" +LICENSE = "GPLv3" DEPENDS = "flex-native bison-native" |