1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Nitin A Kamble
2010-09-03 10:41:09 -07:00
committed by Saul Wold
parent 3e7db72216
commit 75b90f1d6d
5 changed files with 218 additions and 4 deletions
+1 -1
View File
@@ -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"