* [PATCH 01/20] libatomics-ops:Add license checksum and update the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
@ 2010-11-24 3:16 ` Mei Lei
2010-11-24 5:46 ` [PATCH 02/20] libffi:Add license checksum to bb file Mei Lei
` (19 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 3:16 UTC (permalink / raw)
To: poky
Add COPYING file and LICENSING.txt checksum to bb file and the "GPLv2" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../pulseaudio/libatomics-ops_1.2.bb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb
index 207f1b1..0160c3d 100644
--- a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb
+++ b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb
@@ -1,6 +1,8 @@
DESCRIPTION = "A library for atomic integer operations"
-LICENSE = "MIT"
-
+LICENSE = "GPLv2&MIT"
+LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \
+ "
PR = "r4"
SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 02/20] libffi:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
2010-11-24 3:16 ` [PATCH 01/20] libatomics-ops:Add license checksum and update the GPL information Mei Lei
@ 2010-11-24 5:46 ` Mei Lei
2010-11-24 5:53 ` [PATCH 03/20] libgdbus:Add license checksum and update the GPL information Mei Lei
` (18 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 5:46 UTC (permalink / raw)
To: poky
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-gnome/libffi/libffi_3.0.9.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gnome/libffi/libffi_3.0.9.bb b/meta/recipes-gnome/libffi/libffi_3.0.9.bb
index 3959ef2..7e3c1d8 100644
--- a/meta/recipes-gnome/libffi/libffi_3.0.9.bb
+++ b/meta/recipes-gnome/libffi/libffi_3.0.9.bb
@@ -1,6 +1,6 @@
SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz"
LICENSE = "MIT"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8"
inherit autotools
BBCLASSEXTEND = "native"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 03/20] libgdbus:Add license checksum and update the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
2010-11-24 3:16 ` [PATCH 01/20] libatomics-ops:Add license checksum and update the GPL information Mei Lei
2010-11-24 5:46 ` [PATCH 02/20] libffi:Add license checksum to bb file Mei Lei
@ 2010-11-24 5:53 ` Mei Lei
2010-11-24 6:27 ` [PATCH 04/20] libpam:Add license checksum to bb file Mei Lei
` (17 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 5:53 UTC (permalink / raw)
To: poky
Add COPYING and COPYING.LIB files checksum to bb file and update the "GPL" to "GPLv2", "LGPL" to "LGPLv2.1" according to the license files
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-support/libgdbus/libgdbus_git.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb
index f0101f9..c465023 100644
--- a/meta/recipes-support/libgdbus/libgdbus_git.bb
+++ b/meta/recipes-support/libgdbus/libgdbus_git.bb
@@ -1,6 +1,8 @@
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SUMMARY = "Moblin Glib D-Bus integration"
-LICENSE = "GPL LGPL"
+LICENSE = "GPLv2&LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
+ file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09"
DEPENDS = "glib-2.0 dbus"
PV = "0.0+git${SRCREV}"
S = "${WORKDIR}/git"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 04/20] libpam:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (2 preceding siblings ...)
2010-11-24 5:53 ` [PATCH 03/20] libgdbus:Add license checksum and update the GPL information Mei Lei
@ 2010-11-24 6:27 ` Mei Lei
2010-11-24 6:29 ` [PATCH 05/20] modutils:Add " Mei Lei
` (16 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 6:27 UTC (permalink / raw)
To: poky
Add COPYING file and copyright information in pam_loginuid.c checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-extended/pam/libpam_1.1.1.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/pam/libpam_1.1.1.bb b/meta/recipes-extended/pam/libpam_1.1.1.bb
index 536a0f5..e6cd172 100644
--- a/meta/recipes-extended/pam/libpam_1.1.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.1.bb
@@ -5,6 +5,8 @@ BUGTRACKER = "http://sourceforge.net/projects/pam/support"
# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
# libpam-runtime-1.0.1 is GPLv2+), by openembedded
LICENSE = "GPLv2+ | BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083 \
+ file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997"
PR = "r1"
DEPENDS = "bison flex"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 05/20] modutils:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (3 preceding siblings ...)
2010-11-24 6:27 ` [PATCH 04/20] libpam:Add license checksum to bb file Mei Lei
@ 2010-11-24 6:29 ` Mei Lei
2010-11-24 6:35 ` [PATCH 06/20] mtools:Add " Mei Lei
` (15 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 6:29 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-kernel/modutils/modutils_2.4.27.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-kernel/modutils/modutils_2.4.27.bb b/meta/recipes-kernel/modutils/modutils_2.4.27.bb
index a5a9231..497d1f1 100644
--- a/meta/recipes-kernel/modutils/modutils_2.4.27.bb
+++ b/meta/recipes-kernel/modutils/modutils_2.4.27.bb
@@ -2,6 +2,7 @@ SECTION = "base"
DESCRIPTION = "These utilities are intended to make a Linux modular kernel \
manageable for all users, administrators and distribution maintainers."
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
DEPENDS = "bison-native"
PR = "r9"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 06/20] mtools:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (4 preceding siblings ...)
2010-11-24 6:29 ` [PATCH 05/20] modutils:Add " Mei Lei
@ 2010-11-24 6:35 ` Mei Lei
2010-11-24 6:46 ` [PATCH 07/20] pax-utils:Add " Mei Lei
` (14 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 6:35 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/mtools/mtools_3.9.9.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 932d88f..faf8317 100644
--- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -4,7 +4,8 @@
DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
HOMEPAGE="http://mtools.linux.lu"
-LICENSE="GPL"
+LICENSE="GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3"
PR = "r4"
#http://mtools.linux.lu/mtools-${PV}.tar.gz
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 07/20] pax-utils:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (5 preceding siblings ...)
2010-11-24 6:35 ` [PATCH 06/20] mtools:Add " Mei Lei
@ 2010-11-24 6:46 ` Mei Lei
2010-11-24 7:17 ` [PATCH 08/20] psmisc:Add " Mei Lei
` (13 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 6:46 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
index f450f32..441797b 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "pax-utils is a small set of various PaX aware and related utilities for ELF binaries. PaX's main goal is to research various defense mechanisms against the exploitation of software bugs that give an attacker arbitrary read/write access to the attacked task's address space"
HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
LICENSE = "GPLv2+"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
PR = "r0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 08/20] psmisc:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (6 preceding siblings ...)
2010-11-24 6:46 ` [PATCH 07/20] pax-utils:Add " Mei Lei
@ 2010-11-24 7:17 ` Mei Lei
2010-11-24 9:12 ` [PATCH 09/20] autoconf:Add license checksum and add the GPL information Mei Lei
` (12 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 7:17 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-extended/psmisc/psmisc_22.2.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/psmisc/psmisc_22.2.bb b/meta/recipes-extended/psmisc/psmisc_22.2.bb
index 62327fa..c9db90e 100644
--- a/meta/recipes-extended/psmisc/psmisc_22.2.bb
+++ b/meta/recipes-extended/psmisc/psmisc_22.2.bb
@@ -1,2 +1,4 @@
require psmisc.inc
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
PR = "r1"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 09/20] autoconf:Add license checksum and add the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (7 preceding siblings ...)
2010-11-24 7:17 ` [PATCH 08/20] psmisc:Add " Mei Lei
@ 2010-11-24 9:12 ` Mei Lei
2010-11-24 9:17 ` [PATCH 10/20] automake:Add license checksum to bb file Mei Lei
` (11 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 9:12 UTC (permalink / raw)
To: poky
Add COPYING file and COPYINGv3 file checksum to bb file and add the "GPLv2" "GPLv3" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/autoconf/autoconf_2.65.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.65.bb b/meta/recipes-devtools/autoconf/autoconf_2.65.bb
index 5adb975..5af973c 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.65.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.65.bb
@@ -6,7 +6,9 @@ PARALLEL_MAKE = ""
DEPENDS += "m4-native"
RDEPENDS_${PN} = "m4 gnu-config"
-
+LICENSE = "GPLv2|GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+ file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI += "file://autoreconf-include.patch;patch=1 \
file://autoreconf-exclude.patch;patch=1 \
file://autoreconf-foreign.patch;patch=1 \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 10/20] automake:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (8 preceding siblings ...)
2010-11-24 9:12 ` [PATCH 09/20] autoconf:Add license checksum and add the GPL information Mei Lei
@ 2010-11-24 9:17 ` Mei Lei
2010-11-24 9:19 ` [PATCH 11/20] bison:Add " Mei Lei
` (10 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 9:17 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/automake/automake_1.11.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb
index a78b690..209772c 100644
--- a/meta/recipes-devtools/automake/automake_1.11.1.bb
+++ b/meta/recipes-devtools/automake/automake_1.11.1.bb
@@ -1,5 +1,6 @@
require automake.inc
-
+LICENSE="GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS_virtclass-native = "autoconf-native"
RDEPENDS_automake += "\
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 11/20] bison:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (9 preceding siblings ...)
2010-11-24 9:17 ` [PATCH 10/20] automake:Add license checksum to bb file Mei Lei
@ 2010-11-24 9:19 ` Mei Lei
2010-11-24 9:49 ` [PATCH 12/20] byacc:Add license checksum and add the GPL information Mei Lei
` (9 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 9:19 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/bison/bison_2.4.3.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb
index 1d053cf..61ab44a 100644
--- a/meta/recipes-devtools/bison/bison_2.4.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.4.3.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
HOMEPAGE = "http://www.gnu.org/software/bison/"
-LICENSE = "GPL"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "gettext bison-native"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 12/20] byacc:Add license checksum and add the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (10 preceding siblings ...)
2010-11-24 9:19 ` [PATCH 11/20] bison:Add " Mei Lei
@ 2010-11-24 9:49 ` Mei Lei
2010-11-24 10:02 ` [PATCH 13/20] diffstat:Add license checksum to bb file Mei Lei
` (8 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 9:49 UTC (permalink / raw)
To: poky
Add copyright file checksum to bb file and add the license information according to the copyright file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-extended/byacc/byacc_20100610.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/byacc/byacc_20100610.bb b/meta/recipes-extended/byacc/byacc_20100610.bb
index 48d0e4e..04cdd7c 100644
--- a/meta/recipes-extended/byacc/byacc_20100610.bb
+++ b/meta/recipes-extended/byacc/byacc_20100610.bb
@@ -1,5 +1,6 @@
PR = "r0"
-
+LICENSE="other-BSD"
+LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e"
require byacc.inc
SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 13/20] diffstat:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (11 preceding siblings ...)
2010-11-24 9:49 ` [PATCH 12/20] byacc:Add license checksum and add the GPL information Mei Lei
@ 2010-11-24 10:02 ` Mei Lei
2010-11-24 10:04 ` [PATCH 14/20] distcc:Add " Mei Lei
` (7 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:02 UTC (permalink / raw)
To: poky
Add install-sh file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/diffstat/diffstat_1.54.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb
index 622b52f..8fc51e9 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.54.bb
@@ -6,6 +6,7 @@ PRIORITY = "optional"
SECTION = "devel"
DEPENDS = "gettext"
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5"
PR = "r0"
SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 14/20] distcc:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (12 preceding siblings ...)
2010-11-24 10:02 ` [PATCH 13/20] diffstat:Add license checksum to bb file Mei Lei
@ 2010-11-24 10:04 ` Mei Lei
2010-11-24 10:21 ` [PATCH 15/20] gmp:Add license checksum and add the GPL information Mei Lei
` (6 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:04 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/distcc/distcc_2.18.3.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
index cce2812..638ea91 100644
--- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb
+++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "distcc is a parallel build system that distributes \
compilation of C/C++/ObjC code across machines on a network."
SECTION = "devel"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r5"
DEPENDS = "avahi gtk+"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 15/20] gmp:Add license checksum and add the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (13 preceding siblings ...)
2010-11-24 10:04 ` [PATCH 14/20] distcc:Add " Mei Lei
@ 2010-11-24 10:21 ` Mei Lei
2010-11-24 10:25 ` [PATCH 16/20] intltool:Add license checksum to bb file Mei Lei
` (5 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:21 UTC (permalink / raw)
To: poky
Add COPYING file and version.c file checksum to bb file and add the "GPLv3" "LGPLv3" information according to the License files
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-support/gmp/gmp_5.0.1.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/gmp/gmp_5.0.1.bb b/meta/recipes-support/gmp/gmp_5.0.1.bb
index dd908bd..79aeae5 100644
--- a/meta/recipes-support/gmp/gmp_5.0.1.bb
+++ b/meta/recipes-support/gmp/gmp_5.0.1.bb
@@ -1,5 +1,7 @@
require gmp.inc
-
+LICENSE="LGPLv3&GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
PR = "r0"
SRC_URI_append += "file://sh4-asmfix.patch \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 16/20] intltool:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (14 preceding siblings ...)
2010-11-24 10:21 ` [PATCH 15/20] gmp:Add license checksum and add the GPL information Mei Lei
@ 2010-11-24 10:25 ` Mei Lei
2010-11-24 10:32 ` [PATCH 17/20] libmpc:Add license checksum and update the GPL information Mei Lei
` (4 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:25 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/intltool/intltool_0.40.6.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
index 1f23a41..ac6d992 100644
--- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
@@ -1,5 +1,6 @@
require intltool.inc
-
+LICENSE="GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0"
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 17/20] libmpc:Add license checksum and update the GPL information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (15 preceding siblings ...)
2010-11-24 10:25 ` [PATCH 16/20] intltool:Add license checksum to bb file Mei Lei
@ 2010-11-24 10:32 ` Mei Lei
2010-11-24 10:35 ` [PATCH 18/20] libpcre:Add license checksum to bb file Mei Lei
` (3 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:32 UTC (permalink / raw)
To: poky
Add COPYING.LIB file checksum to bb file and add the "LGPLv2.1" according to the COPYING.LIB file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-support/libmpc/libmpc_0.8.2.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libmpc/libmpc_0.8.2.bb b/meta/recipes-support/libmpc/libmpc_0.8.2.bb
index 1792066..3c9ef1b 100644
--- a/meta/recipes-support/libmpc/libmpc_0.8.2.bb
+++ b/meta/recipes-support/libmpc/libmpc_0.8.2.bb
@@ -3,7 +3,8 @@ require libmpc.inc
DEPENDS = "gmp mpfr"
PR = "r0"
-
+LICENSE="LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
S = "${WORKDIR}/mpc-${PV}"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 18/20] libpcre:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (16 preceding siblings ...)
2010-11-24 10:32 ` [PATCH 17/20] libmpc:Add license checksum and update the GPL information Mei Lei
@ 2010-11-24 10:35 ` Mei Lei
2010-11-24 10:44 ` [PATCH 19/20] m4:Add " Mei Lei
` (2 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:35 UTC (permalink / raw)
To: poky
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-support/libpcre/libpcre_8.10.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-support/libpcre/libpcre_8.10.bb b/meta/recipes-support/libpcre/libpcre_8.10.bb
index 840d74a..4053e45 100644
--- a/meta/recipes-support/libpcre/libpcre_8.10.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.10.bb
@@ -7,6 +7,7 @@ the POSIX-style functions is called pcreposix.h."
SECTION = "devel"
PR = "r4"
LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=77f9b14fe707d0376d89bc162e6c54ff"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch;patch=1"
S = "${WORKDIR}/pcre-${PV}"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 19/20] m4:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (17 preceding siblings ...)
2010-11-24 10:35 ` [PATCH 18/20] libpcre:Add license checksum to bb file Mei Lei
@ 2010-11-24 10:44 ` Mei Lei
2010-11-24 10:50 ` [PATCH 20/20] makedepend:Add " Mei Lei
2010-12-02 17:48 ` [PATCH 00/20]Add 20 recipes license checksum information Saul Wold
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:44 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/m4/m4_1.4.13.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb
index 32d153e..339c33c 100644
--- a/meta/recipes-devtools/m4/m4_1.4.13.bb
+++ b/meta/recipes-devtools/m4/m4_1.4.13.bb
@@ -1,5 +1,6 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
file://ac_config_links.patch;patch=1"
PR = "r2"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* [PATCH 20/20] makedepend:Add license checksum to bb file
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (18 preceding siblings ...)
2010-11-24 10:44 ` [PATCH 19/20] m4:Add " Mei Lei
@ 2010-11-24 10:50 ` Mei Lei
2010-12-02 17:48 ` [PATCH 00/20]Add 20 recipes license checksum information Saul Wold
20 siblings, 0 replies; 22+ messages in thread
From: Mei Lei @ 2010-11-24 10:50 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../recipes-graphics/xorg-util/makedepend_1.0.2.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
index 7d6a535..0051f2c 100644
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
@@ -4,5 +4,5 @@ DESCRIPTION = "create dependencies in makefiles"
DEPENDS = "xproto util-macros"
PR = "r2"
PE = "1"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
BBCLASSEXTEND = "native"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 22+ messages in thread* Re: [PATCH 00/20]Add 20 recipes license checksum information
2010-11-24 10:57 [PATCH 00/20]Add 20 recipes license checksum information Mei Lei
` (19 preceding siblings ...)
2010-11-24 10:50 ` [PATCH 20/20] makedepend:Add " Mei Lei
@ 2010-12-02 17:48 ` Saul Wold
20 siblings, 0 replies; 22+ messages in thread
From: Saul Wold @ 2010-12-02 17:48 UTC (permalink / raw)
To: poky
On 11/24/2010 02:57 AM, Mei Lei wrote:
> This includes 20 recipes license file checksum update
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: lmei3/chksum
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum
>
> Thanks,
> Mei Lei<lei.mei@intel.com>
> ---
>
>
> Mei Lei (20):
> libatomics-ops:Add license checksum and update the GPL information
> libffi:Add license checksum to bb file
> libgdbus:Add license checksum and update the GPL information
> libpam:Add license checksum to bb file
> modutils:Add license checksum to bb file
> mtools:Add license checksum to bb file
> pax-utils:Add license checksum to bb file
> psmisc:Add license checksum to bb file
> autoconf:Add license checksum and add the GPL information
> automake:Add license checksum to bb file
> bison:Add license checksum to bb file
> byacc:Add license checksum and add the GPL information
> diffstat:Add license checksum to bb file
> distcc:Add license checksum to bb file
> gmp:Add license checksum and add the GPL information
> intltool:Add license checksum to bb file
> libmpc:Add license checksum and update the GPL information
> libpcre:Add license checksum to bb file
> m4:Add license checksum to bb file
> makedepend:Add license checksum to bb file
>
> meta/recipes-devtools/autoconf/autoconf_2.65.bb | 4 +++-
> meta/recipes-devtools/automake/automake_1.11.1.bb | 3 ++-
> meta/recipes-devtools/bison/bison_2.4.3.bb | 3 ++-
> meta/recipes-devtools/diffstat/diffstat_1.54.bb | 1 +
> meta/recipes-devtools/distcc/distcc_2.18.3.bb | 1 +
> meta/recipes-devtools/intltool/intltool_0.40.6.bb | 3 ++-
> meta/recipes-devtools/m4/m4_1.4.13.bb | 1 +
> meta/recipes-devtools/mtools/mtools_3.9.9.bb | 3 ++-
> meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb | 2 +-
> meta/recipes-extended/byacc/byacc_20100610.bb | 3 ++-
> meta/recipes-extended/pam/libpam_1.1.1.bb | 2 ++
> meta/recipes-extended/psmisc/psmisc_22.2.bb | 2 ++
> meta/recipes-gnome/libffi/libffi_3.0.9.bb | 2 +-
> .../recipes-graphics/xorg-util/makedepend_1.0.2.bb | 2 +-
> meta/recipes-kernel/modutils/modutils_2.4.27.bb | 1 +
> .../pulseaudio/libatomics-ops_1.2.bb | 6 ++++--
> meta/recipes-support/gmp/gmp_5.0.1.bb | 4 +++-
> meta/recipes-support/libgdbus/libgdbus_git.bb | 4 +++-
> meta/recipes-support/libmpc/libmpc_0.8.2.bb | 3 ++-
> meta/recipes-support/libpcre/libpcre_8.10.bb | 1 +
> 20 files changed, 37 insertions(+), 14 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pull into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 22+ messages in thread