diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-05-25 14:05:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 18:27:22 +0100 |
commit | 62e3f0ff7b27d8beb21b4b226051c3db654ea4e4 (patch) | |
tree | 834fcea025ebdf96f2a35b3365c9e435f1912887 | |
parent | 5faff78a9a8ea98c116dc7797b75c73baa85ac5d (diff) | |
download | poky-62e3f0ff7b27d8beb21b4b226051c3db654ea4e4.tar.gz |
License Field Cleanup: Non-standard field names
I've cleaned up some odd license fields, fixed some license
names and corrected some incorrect licenses. LICENSE really needs
a pass through by the maintainers as some of the licensing is
incorrect.
Also, every license with Artistic should be gone through and noted as
which version of Artistic.
(From OE-Core rev: 4786ecdf7cd427089464dcb62579110d494e7cd7)
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
38 files changed, 38 insertions, 38 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index 785eab11aa..b865afdd77 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb | |||
@@ -5,7 +5,7 @@ SECTION = "console/network" | |||
5 | HOMEPAGE = "http://samba.org/ppp/" | 5 | HOMEPAGE = "http://samba.org/ppp/" |
6 | BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs" | 6 | BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs" |
7 | DEPENDS = "libpcap" | 7 | DEPENDS = "libpcap" |
8 | LICENSE = "BSD & GPLv2+ & LGPLv2+ & public domain" | 8 | LICENSE = "BSD & GPLv2+ & LGPLv2+ & PD" |
9 | LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \ | 9 | LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \ |
10 | file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \ | 10 | file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \ |
11 | file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ | 11 | file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ |
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 22bf6274a7..704dc04cd0 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "High level language (GLib) binding for D-Bus" | |||
2 | DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \ | 2 | DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \ |
3 | the D-Bus library with the GLib thread abstraction and main loop." | 3 | the D-Bus library with the GLib thread abstraction and main loop." |
4 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 4 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
5 | LICENSE = "AFL2.1 | GPLv2+" | 5 | LICENSE = "AFL-2 | GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ |
7 | file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" | 7 | file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" |
8 | SECTION = "base" | 8 | SECTION = "base" |
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 38acf354fb..22514e9e00 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "D-Bus message bus" | |||
2 | DESCRIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a \"single instance\" application or daemon, and to launch applications and daemons on demand when their services are needed." | 2 | DESCRIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a \"single instance\" application or daemon, and to launch applications and daemons on demand when their services are needed." |
3 | HOMEPAGE = "http://dbus.freedesktop.org" | 3 | HOMEPAGE = "http://dbus.freedesktop.org" |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "AFL2.1 | GPLv2+" | 5 | LICENSE = "AFL-2 | GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ |
7 | file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" | 7 | file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" |
8 | DEPENDS = "expat virtual/libintl virtual/libx11 libsm" | 8 | DEPENDS = "expat virtual/libintl virtual/libx11 libsm" |
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index f015fd3a92..0488490b86 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "A general-purpose utility library" | |||
2 | DESCRIPTION = "GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on." | 2 | DESCRIPTION = "GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on." |
3 | # pcre is under BSD; | 3 | # pcre is under BSD; |
4 | # docs/reference/COPYING is with a 'public domai'-like license! | 4 | # docs/reference/COPYING is with a 'public domai'-like license! |
5 | LICENSE = "LGPLv2+ & BSD & public domain" | 5 | LICENSE = "LGPLv2+ & BSD & PD" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
7 | file://glib/glib.h;startline=4;endline=17;md5=a4332fe58b076f29d07c9c066d2967b6 \ | 7 | file://glib/glib.h;startline=4;endline=17;md5=a4332fe58b076f29d07c9c066d2967b6 \ |
8 | file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 8 | file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
diff --git a/meta/recipes-core/zlib/zlib_1.2.5.bb b/meta/recipes-core/zlib/zlib_1.2.5.bb index c9f29ccd6e..f7cfa407d4 100644 --- a/meta/recipes-core/zlib/zlib_1.2.5.bb +++ b/meta/recipes-core/zlib/zlib_1.2.5.bb | |||
@@ -4,7 +4,7 @@ library which is used by many different programs." | |||
4 | HOMEPAGE = "http://zlib.net/" | 4 | HOMEPAGE = "http://zlib.net/" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | PRIORITY = "required" | 6 | PRIORITY = "required" |
7 | LICENSE = "zlib" | 7 | LICENSE = "Zlib" |
8 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=084e9c30e4e6272c3b057b13c6467f3d" | 8 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=084e9c30e4e6272c3b057b13c6467f3d" |
9 | 9 | ||
10 | DEPENDS = "libtool-cross" | 10 | DEPENDS = "libtool-cross" |
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 115ff9bde6..2bedc0574a 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." | 1 | DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." |
2 | HOMEPAGE = "https://fedorahosted.org/elfutils" | 2 | HOMEPAGE = "https://fedorahosted.org/elfutils" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2 with exceptions" | 4 | LICENSE = "(GPLv2 & Exception)" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ |
6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" | 6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" |
7 | DEPENDS = "libtool bzip2 zlib" | 7 | DEPENDS = "libtool bzip2 zlib" |
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb index a1c0718638..69e3b7bfb4 100644 --- a/meta/recipes-devtools/nasm/nasm_2.07.bb +++ b/meta/recipes-devtools/nasm/nasm_2.07.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "General-purpose x86 assembler" | 1 | DESCRIPTION = "General-purpose x86 assembler" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "simplifiedBSD" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb" |
5 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 5 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' |
6 | 6 | ||
diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/python/python-pycairo_1.8.10.bb index 24b3ff2c43..b76724ea33 100644 --- a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb +++ b/meta/recipes-devtools/python/python-pycairo_1.8.10.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Python Bindings for the Cairo canvas library" | |||
2 | HOMEPAGE = "http://cairographics.org/pycairo" | 2 | HOMEPAGE = "http://cairographics.org/pycairo" |
3 | BUGTRACKER = "http://bugs.freedesktop.org" | 3 | BUGTRACKER = "http://bugs.freedesktop.org" |
4 | SECTION = "python-devel" | 4 | SECTION = "python-devel" |
5 | LICENSE = "LGPLv2.1 & MPLv1.1" | 5 | LICENSE = "LGPLv2.1 & MPL-1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421" |
7 | # cairo >= 1.8.8 | 7 | # cairo >= 1.8.8 |
8 | DEPENDS = "cairo" | 8 | DEPENDS = "cairo" |
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb index bba84ce4a5..f14a0e615a 100644 --- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb | |||
@@ -3,7 +3,7 @@ It's designed to bridge the gap between the nice, high-level, easy-to-use world | |||
3 | and the messy, low-level world of C." | 3 | and the messy, low-level world of C." |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | LICENSE = "Apache License Version 2.0" | 6 | LICENSE = "Apache-2" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd" |
8 | SRCNAME = "Pyrex" | 8 | SRCNAME = "Pyrex" |
9 | PR = "ml0" | 9 | PR = "ml0" |
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index de40863cf5..f73bd1ebd9 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "The Subversion (svn) client" | |||
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | DEPENDS = "apr-util neon" | 3 | DEPENDS = "apr-util neon" |
4 | RDEPENDS_${PN} = "neon" | 4 | RDEPENDS_${PN} = "neon" |
5 | LICENSE = "Apache BSD" | 5 | LICENSE = "Apache-2" |
6 | HOMEPAGE = "http://subversion.tigris.org" | 6 | HOMEPAGE = "http://subversion.tigris.org" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb index f18dbe2331..96b4ce0c51 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Target Communication Framework" | |||
2 | HOMEPAGE = "http://dsdp.eclipse.org/dsdp/tm/" | 2 | HOMEPAGE = "http://dsdp.eclipse.org/dsdp/tm/" |
3 | BUGTRACKER = "https://bugs.eclipse.org/bugs/" | 3 | BUGTRACKER = "https://bugs.eclipse.org/bugs/" |
4 | 4 | ||
5 | LICENSE = "EPLv1.0 | EDLv1.0" | 5 | LICENSE = "EPL-1 | EDLv1.0" |
6 | LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \ | 6 | LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \ |
7 | file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679" | 7 | file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679" |
8 | 8 | ||
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb index 4dbc628d22..d5dcdd6ebe 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Valgrind memory debugger" | 1 | DESCRIPTION = "Valgrind memory debugger" |
2 | HOMEPAGE = "http://valgrind.org/" | 2 | HOMEPAGE = "http://valgrind.org/" |
3 | BUGTRACKER = "http://valgrind.org/support/bug_reports.html" | 3 | BUGTRACKER = "http://valgrind.org/support/bug_reports.html" |
4 | LICENSE = "GPLv2+ & BSD & FDLv1.2" | 4 | LICENSE = "GPLv2 & GPLv2+ & BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46082167a314d785d012a244748d803 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46082167a314d785d012a244748d803 \ |
6 | file://include/pub_tool_basics.h;beginline=1;endline=29;md5=b4765f122b7672cdf9b2e8fd75a33172 \ | 6 | file://include/pub_tool_basics.h;beginline=1;endline=29;md5=b4765f122b7672cdf9b2e8fd75a33172 \ |
7 | file://include/valgrind.h;beginline=1;endline=56;md5=13a71cedba99112334d8596162aec37e \ | 7 | file://include/valgrind.h;beginline=1;endline=56;md5=13a71cedba99112334d8596162aec37e \ |
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc index 28217dc362..d1453a8922 100644 --- a/meta/recipes-extended/byacc/byacc.inc +++ b/meta/recipes-extended/byacc/byacc.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "A parser generator utility that reads a grammar specification fro | |||
3 | parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \ | 3 | parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \ |
4 | programming language." | 4 | programming language." |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | LICENSE = "public domain" | 6 | LICENSE = "PD" |
7 | 7 | ||
8 | SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz" | 8 | SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz" |
9 | EXTRA_OECONF += "--program-transform-name='s,^,b,'" | 9 | EXTRA_OECONF += "--program-transform-name='s,^,b,'" |
diff --git a/meta/recipes-extended/cronie/cronie_1.4.7.bb b/meta/recipes-extended/cronie/cronie_1.4.7.bb index 6318d0ec58..992b610a1e 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.7.bb +++ b/meta/recipes-extended/cronie/cronie_1.4.7.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://fedorahosted.org/cronie/" | |||
7 | BUGTRACKER = "mmaslano@redhat.com" | 7 | BUGTRACKER = "mmaslano@redhat.com" |
8 | 8 | ||
9 | # Internet Systems Consortium License | 9 | # Internet Systems Consortium License |
10 | LICENSE = "ISC license & BSD" | 10 | LICENSE = "ISC & BSD" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=963ea0772a2adbdcd607a9b2ec320c11 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=963ea0772a2adbdcd607a9b2ec320c11 \ |
12 | file://src/cron.h;endline=20;md5=b425c334265026177128353a142633b4 \ | 12 | file://src/cron.h;endline=20;md5=b425c334265026177128353a142633b4 \ |
13 | file://src/popen.c;beginline=3;endline=31;md5=edd50742d8def712e9472dba353668a9" | 13 | file://src/popen.c;beginline=3;endline=31;md5=edd50742d8def712e9472dba353668a9" |
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb index 6cb4f0efaf..61dab95fa4 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs/network" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" | 5 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" |
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" |
7 | LICENSE = "Sun Industry Standards Source License 1.0" | 7 | LICENSE = "BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \ |
9 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | 9 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" |
10 | PR = "r0" | 10 | PR = "r0" |
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index 41ee10cdc6..1d099641fe 100644 --- a/meta/recipes-extended/mktemp/mktemp_1.7.bb +++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Allow safe temporary file creation from shell scripts." | |||
2 | HOMEPAGE = "http://www.mktemp.org/" | 2 | HOMEPAGE = "http://www.mktemp.org/" |
3 | BUGTRACKER = "http://www.mktemp.org/bugs" | 3 | BUGTRACKER = "http://www.mktemp.org/bugs" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "ISC style" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2009r.bb b/meta/recipes-extended/tzcode/tzcode-native_2009r.bb index dee81139a7..886687a4e3 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2009r.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2009r.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" |
2 | LICENSE = "Public Domain" | 2 | LICENSE = "PD" |
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035" |
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 903d0806fa..b5417535dd 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE = "GPL LGPL" | 1 | LICENSE = "GPL & LGPL" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 9237fadaf3..c388b566ef 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -10,7 +10,7 @@ HOMEPAGE = "http://cairographics.org" | |||
10 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | PRIORITY = "optional" | 12 | PRIORITY = "optional" |
13 | LICENSE = "MPLv1.1 & LGPLv2.1" | 13 | LICENSE = "MPL-1 & LGPLv2.1" |
14 | DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0" | 14 | DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0" |
15 | 15 | ||
16 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 16 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb index 3cdfc04076..ae0fef5203 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb | |||
@@ -11,7 +11,7 @@ rasterize fonts." | |||
11 | HOMEPAGE = "http://www.fontconfig.org" | 11 | HOMEPAGE = "http://www.fontconfig.org" |
12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" | 12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" |
13 | 13 | ||
14 | LICENSE = "MIT-style & MIT & Public Domain" | 14 | LICENSE = "MIT-style & MIT & PD" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3ad4145dea6ca7efa2f1bee8165a7a1 \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3ad4145dea6ca7efa2f1bee8165a7a1 \ |
16 | file://src/fcfreetype.c;endline=45;md5=bc3dd139e2f7245a02fde5545b203a6f \ | 16 | file://src/fcfreetype.c;endline=45;md5=bc3dd139e2f7245a02fde5545b203a6f \ |
17 | file://src/fccache.c;beginline=1020;endline=1035;md5=0326cfeb4a7333dd4dd25fbbc4b9f27f" | 17 | file://src/fccache.c;beginline=1020;endline=1035;md5=0326cfeb4a7333dd4dd25fbbc4b9f27f" |
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index ef70eb3245..2ffdc35cc0 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Various benchmarning tests for X" | 1 | DESCRIPTION = "Various benchmarning tests for X" |
2 | HOMEPAGE = "http://www.o-hand.com" | 2 | HOMEPAGE = "http://www.o-hand.com" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "ZLIB" | 4 | LICENSE = "Zlib" |
5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" | 5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" |
6 | 6 | ||
7 | SRCREV = "426" | 7 | SRCREV = "426" |
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index 9a1f5bb5e0..957350b8ed 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -6,7 +6,7 @@ serif faces for you: this loses hinting and distorts the faces slightly, \ | |||
6 | but is visibly different than normal and bold, and reasonably pleasing." | 6 | but is visibly different than normal and bold, and reasonably pleasing." |
7 | SECTION = "x11/fonts" | 7 | SECTION = "x11/fonts" |
8 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
9 | LICENSE = "Bitstream Vera" | 9 | LICENSE = "Bitstream_Vera" |
10 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" | 10 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" |
11 | PACKAGE_ARCH = "all" | 11 | PACKAGE_ARCH = "all" |
12 | PR = "r3" | 12 | PR = "r3" |
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb index 897f0fa118..04d7c73956 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "The encodings that map to specific characters for a \ | |||
4 | number of Xorg and common fonts." | 4 | number of Xorg and common fonts." |
5 | 5 | ||
6 | require xorg-font-common.inc | 6 | require xorg-font-common.inc |
7 | LICENSE = "Public Domain" | 7 | LICENSE = "PD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" |
9 | PE = "1" | 9 | PE = "1" |
10 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index 86d61944bc..f1e8648e08 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "n/a" | |||
5 | 5 | ||
6 | SECTION = "x11/fonts" | 6 | SECTION = "x11/fonts" |
7 | 7 | ||
8 | LICENSE = "Public Domain" | 8 | LICENSE = "PD" |
9 | LIC_FILES_CHKSUM = "file://../misc/fonts.alias;md5=bbe8d3c0e4e74af96e3ac393985c4fbb \ | 9 | LIC_FILES_CHKSUM = "file://../misc/fonts.alias;md5=bbe8d3c0e4e74af96e3ac393985c4fbb \ |
10 | file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \ | 10 | file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \ |
11 | file://../misc/cursor.pcf.gz;md5=40bc81001fef4c21ca08df4305014a2a" | 11 | file://../misc/cursor.pcf.gz;md5=40bc81001fef4c21ca08df4305014a2a" |
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb index a4b3c0dd3e..5d4297e3f8 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb | |||
@@ -7,7 +7,7 @@ pixmap format, which is commonly used in legacy X applications. XPM is \ | |||
7 | an extension of the monochrome XBM bitmap specificied in the X \ | 7 | an extension of the monochrome XBM bitmap specificied in the X \ |
8 | protocol." | 8 | protocol." |
9 | 9 | ||
10 | LICENSE = "X-BSD" | 10 | LICENSE = "BSD" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" |
12 | DEPENDS += "libxext libsm libxt" | 12 | DEPENDS += "libxext libsm libxt" |
13 | PR = "r3" | 13 | PR = "r3" |
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb index 9a97c3d603..00a58bf546 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb | |||
@@ -7,7 +7,7 @@ including trapezoids, triangles, and rectangles." | |||
7 | 7 | ||
8 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
9 | 9 | ||
10 | LICENSE = "MIT & MIT-style & Public Domain" | 10 | LICENSE = "MIT & MIT-style & PD" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ |
12 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ | 12 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ |
13 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | 13 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ |
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb b/meta/recipes-multimedia/libpng/libpng_1.2.44.bb index 4a8d5c30ed..79131f6dc1 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.2.44.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "PNG Library" | |||
2 | HOMEPAGE = "http://www.libpng.org/" | 2 | HOMEPAGE = "http://www.libpng.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | LICENSE = "libpng" | 5 | LICENSE = "Libpng" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a294a2bb08b7f25558119edbfd6b2e92 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a294a2bb08b7f25558119edbfd6b2e92 \ |
7 | file://png.h;startline=172;endline=261;md5=3253923f0093658f470e52a06ddcf4e7" | 7 | file://png.h;startline=172;endline=261;md5=3253923f0093658f470e52a06ddcf4e7" |
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb index 79f4517476..05b22e8261 100644 --- a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb +++ b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A library for atomic integer operations" | |||
2 | DESCRIPTION = "A library for atomic integer operations" | 2 | DESCRIPTION = "A library for atomic integer operations" |
3 | HOMEPAGE = "http://www.hpl.hp.com/research/linux/atomic_ops/" | 3 | HOMEPAGE = "http://www.hpl.hp.com/research/linux/atomic_ops/" |
4 | SECTION = "optional" | 4 | SECTION = "optional" |
5 | LICENSE = "GPLv2&MIT" | 5 | LICENSE = "GPLv2 & MIT" |
6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
7 | file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \ | 7 | file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \ |
8 | " | 8 | " |
diff --git a/meta/recipes-sato/libical/libical_0.46.bb b/meta/recipes-sato/libical/libical_0.46.bb index e88e4493cb..6ad5d359b0 100644 --- a/meta/recipes-sato/libical/libical_0.46.bb +++ b/meta/recipes-sato/libical/libical_0.46.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" | 1 | DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" |
2 | HOMEPAGE = "http://sourceforge.net/projects/freeassociation/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/freeassociation/" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077" | 3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077" |
4 | LICENSE = "LGPLv2.1 | MPLv1.1" | 4 | LICENSE = "LGPLv2.1 | MPL-1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=35da21efce2b9f0ca07524c9f844e6ed \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=35da21efce2b9f0ca07524c9f844e6ed \ |
6 | file://LICENSE;md5=35da21efce2b9f0ca07524c9f844e6ed" | 6 | file://LICENSE;md5=35da21efce2b9f0ca07524c9f844e6ed" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb b/meta/recipes-support/apr/apr-util_1.3.10.bb index 930f757ffd..7071b904f2 100644 --- a/meta/recipes-support/apr/apr-util_1.3.10.bb +++ b/meta/recipes-support/apr/apr-util_1.3.10.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://apr.apache.org/" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | DEPENDS = "apr expat gdbm" | 4 | DEPENDS = "apr expat gdbm" |
5 | 5 | ||
6 | LICENSE = "Apache License, Version 2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ |
8 | file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" | 8 | file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" |
9 | 9 | ||
diff --git a/meta/recipes-support/apr/apr_1.4.2.bb b/meta/recipes-support/apr/apr_1.4.2.bb index ce26ef17cb..89bdadf955 100644 --- a/meta/recipes-support/apr/apr_1.4.2.bb +++ b/meta/recipes-support/apr/apr_1.4.2.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" | |||
2 | HOMEPAGE = "http://apr.apache.org/" | 2 | HOMEPAGE = "http://apr.apache.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "Apache License, Version 2.0" | 5 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ |
7 | file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96" | 7 | file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96" |
8 | 8 | ||
diff --git a/meta/recipes-support/boost/boost-36.inc b/meta/recipes-support/boost/boost-36.inc index 5d2d1280be..3adc3ed770 100644 --- a/meta/recipes-support/boost/boost-36.inc +++ b/meta/recipes-support/boost/boost-36.inc | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.boost.org/" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "boost-jam-native zlib" | 9 | DEPENDS = "boost-jam-native zlib" |
10 | PRIORITY = "optional" | 10 | PRIORITY = "optional" |
11 | LICENSE = "Boost Software License" | 11 | LICENSE = "Boost" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | ARM_INSTRUCTION_SET = "arm" | 14 | ARM_INSTRUCTION_SET = "arm" |
diff --git a/meta/recipes-support/boost/boost-jam-native.inc b/meta/recipes-support/boost/boost-jam-native.inc index f0fac09361..fbaef1a8ac 100644 --- a/meta/recipes-support/boost/boost-jam-native.inc +++ b/meta/recipes-support/boost/boost-jam-native.inc | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "Make system for boost (native)" | |||
7 | HOMEPAGE = "http://www.boost.org/" | 7 | HOMEPAGE = "http://www.boost.org/" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | PRIORITY = "optional" | 9 | PRIORITY = "optional" |
10 | LICENSE = "Boost Software License" | 10 | LICENSE = "Boost" |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 13 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
diff --git a/meta/recipes-support/boost/boost_1.44.0.bb b/meta/recipes-support/boost/boost_1.44.0.bb index aa8b324af7..722149d710 100644 --- a/meta/recipes-support/boost/boost_1.44.0.bb +++ b/meta/recipes-support/boost/boost_1.44.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include boost-36.inc | 1 | include boost-36.inc |
2 | 2 | ||
3 | LICENSE = "boost" | 3 | LICENSE = "Boost" |
4 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r0" |
diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb index 7b7c4dd75f..98b23b12c8 100644 --- a/meta/recipes-support/db/db_5.1.19.bb +++ b/meta/recipes-support/db/db_5.1.19.bb | |||
@@ -11,7 +11,7 @@ | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | DESCRIPTION = "Berkeley DB v5." | 12 | DESCRIPTION = "Berkeley DB v5." |
13 | HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" | 13 | HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" |
14 | LICENSE = "BSD Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | CONFLICTS = "db3" | 16 | CONFLICTS = "db3" |
17 | PR = "r2" | 17 | PR = "r2" |
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb index e56ba26e24..a4423ab4dc 100644 --- a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb +++ b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.mozilla.org/js/spidermonkey/" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | # the package is licensed under either of the following | 5 | # the package is licensed under either of the following |
6 | LICENSE = "MPL1.1 | GPLv2+ | LGPLv2.1+" | 6 | LICENSE = "MPL-1 | GPLv2+ | LGPLv2.1+" |
7 | LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" | 7 | LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" |
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb index 76fa134b8f..bd914364b5 100644 --- a/meta/recipes-support/libgdbus/libgdbus_git.bb +++ b/meta/recipes-support/libgdbus/libgdbus_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Library for simple D-Bus integration with GLib" | |||
3 | HOMEPAGE = "http://www.bluez.org" | 3 | HOMEPAGE = "http://www.bluez.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | LICENSE = "GPLv2&LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ |
8 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" | 8 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" |
9 | 9 | ||
diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index f45108b333..63b965cb68 100644 --- a/meta/recipes-support/taglib/taglib_1.6.3.bb +++ b/meta/recipes-support/taglib/taglib_1.6.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats" | 1 | DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats" |
2 | SECTION = "libs/multimedia" | 2 | SECTION = "libs/multimedia" |
3 | HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" | 3 | HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" |
4 | LICENSE = "LGPLv2.1 | MPLv1.1" | 4 | LICENSE = "LGPLv2.1 | MPL-1" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ | 5 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ |
6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | 6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ |
7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" | 7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" |