diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-06-15 13:52:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 23:44:49 +0100 |
commit | 7cd2ac0e40d854bab9a32512018aff6172500c0e (patch) | |
tree | 99366a7b07db9f0b53bb9d411f0016f36982616d /meta/recipes-devtools | |
parent | 879a7f819b7f38cda82d97489af433310aabfed1 (diff) | |
download | poky-7cd2ac0e40d854bab9a32512018aff6172500c0e.tar.gz |
common-licenses: Additions and corrections
I've added more licenses from SPDX and corrected the gcc license
so that it is a. parsable and b. accurate to the SPDX standard.
I've also done some cleanup of license text and gdb's LICENSE
field.
(From OE-Core rev: e47343d12ee571281238bbf5663b074c0e32049f)
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.2.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 3c4902e9e7..b7d0265d3a 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -3,7 +3,7 @@ require gcc-common.inc | |||
3 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 3 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
4 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 4 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
5 | 5 | ||
6 | LICENSE="GCC RUNTIME LIBRARY EXCEPTION & GPLv2 & GPLv3 & LGPLv2.1 & LGPLv3" | 6 | LICENSE="GPL-3.0-with-GCC-exception & GPLv2 & GPLv3 & LGPLv2.1 & LGPLv3" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
9 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 9 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 4c33636575..577e7f7e47 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -25,7 +25,7 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | |||
25 | DEPENDS =+ "mpfr gmp libmpc" | 25 | DEPENDS =+ "mpfr gmp libmpc" |
26 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" | 26 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" |
27 | 27 | ||
28 | LICENSE="GCC RUNTIME LIBRARY EXCEPTION & GPLv3" | 28 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" |
29 | 29 | ||
30 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 30 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
31 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 31 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
diff --git a/meta/recipes-devtools/gdb/gdb_7.2.bb b/meta/recipes-devtools/gdb/gdb_7.2.bb index 7213b570ab..501efb46b2 100644 --- a/meta/recipes-devtools/gdb/gdb_7.2.bb +++ b/meta/recipes-devtools/gdb/gdb_7.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require gdb.inc | 1 | require gdb.inc |
2 | LICENSE="GPLv2&GPLv3&LGPLv2&LGPLv3" | 2 | LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |