* [PATCH 01/20] mpfr:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
@ 2010-11-25 2:25 ` Mei Lei
2010-11-25 3:22 ` [PATCH 02/20] perl:Add license checksum to bb file Mei Lei
` (19 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 2:25 UTC (permalink / raw)
To: poky
Add COPYING file and COPYING.LESSER file checksum to bb file and add the "GPLv3" to "LGPLv3" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-support/mpfr/mpfr_3.0.0.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb b/meta/recipes-support/mpfr/mpfr_3.0.0.bb
index 188a5d9..3e1b8c4 100644
--- a/meta/recipes-support/mpfr/mpfr_3.0.0.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.0.0.bb
@@ -1,5 +1,7 @@
require mpfr.inc
-
+LICENSE="GPLv3&LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "gmp"
PR = "r0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 02/20] perl:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
2010-11-25 2:25 ` [PATCH 01/20] mpfr:Add license checksum and update the GPL information Mei Lei
@ 2010-11-25 3:22 ` Mei Lei
2010-11-25 4:25 ` [PATCH 03/20] prelink:Add " Mei Lei
` (18 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 3:22 UTC (permalink / raw)
To: poky
Add Copying file and Artistic file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/perl/perl_5.8.8.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb
index 5060705..3c0c676 100644
--- a/meta/recipes-devtools/perl/perl_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl_5.8.8.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Perl is a popular scripting language."
HOMEPAGE = "http://www.perl.org/"
SECTION = "devel"
LICENSE = "Artistic|GPL"
+LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
+ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 03/20] prelink:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
2010-11-25 2:25 ` [PATCH 01/20] mpfr:Add license checksum and update the GPL information Mei Lei
2010-11-25 3:22 ` [PATCH 02/20] perl:Add license checksum to bb file Mei Lei
@ 2010-11-25 4:25 ` Mei Lei
2010-11-25 4:30 ` [PATCH 04/20] python:Add " Mei Lei
` (17 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 4: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/prelink/prelink_git.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 06078ed..6df19f9 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -5,6 +5,7 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
and executables, so that far fewer relocations need to be resolved at \
runtime and thus programs come up faster."
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
PV = "1.0+git${SRCPV}"
PR = "r0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 04/20] python:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (2 preceding siblings ...)
2010-11-25 4:25 ` [PATCH 03/20] prelink:Add " Mei Lei
@ 2010-11-25 4:30 ` Mei Lei
2010-11-25 5:03 ` [PATCH 05/20] python-dbus:Add " Mei Lei
` (16 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 4:30 UTC (permalink / raw)
To: poky
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/python/python_2.6.6.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb
index fa0e294..50f8d70 100644
--- a/meta/recipes-devtools/python/python_2.6.6.bb
+++ b/meta/recipes-devtools/python/python_2.6.6.bb
@@ -2,7 +2,7 @@ require python.inc
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
PR = "${INC_PR}.0"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
file://01-use-proper-tools-for-cross-build.patch \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 05/20] python-dbus:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (3 preceding siblings ...)
2010-11-25 4:30 ` [PATCH 04/20] python:Add " Mei Lei
@ 2010-11-25 5:03 ` Mei Lei
2010-11-25 5:05 ` [PATCH 06/20] python-imaging:Add " Mei Lei
` (15 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:03 UTC (permalink / raw)
To: poky
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/python/python-dbus_0.83.1.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/python/python-dbus_0.83.1.bb b/meta/recipes-devtools/python/python-dbus_0.83.1.bb
index b30e82b..d0c0bc6 100644
--- a/meta/recipes-devtools/python/python-dbus_0.83.1.bb
+++ b/meta/recipes-devtools/python/python-dbus_0.83.1.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
SECTION = "devel/python"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
PR = "ml0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 06/20] python-imaging:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (4 preceding siblings ...)
2010-11-25 5:03 ` [PATCH 05/20] python-dbus:Add " Mei Lei
@ 2010-11-25 5:05 ` Mei Lei
2010-11-25 18:50 ` Saul Wold
2010-11-25 5:29 ` [PATCH 07/20] python-pygobject:Add license checksum and update the GPL information Mei Lei
` (14 subsequent siblings)
20 siblings, 1 reply; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:05 UTC (permalink / raw)
To: poky
Add README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../python/python-imaging_1.1.7.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
index 9812043..5319758 100644
--- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Python Imaging Library"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
DEPENDS = "freetype jpeg tiff"
RDEPENDS = "python-lang python-stringold"
SRCNAME = "Imaging"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 07/20] python-pygobject:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (5 preceding siblings ...)
2010-11-25 5:05 ` [PATCH 06/20] python-imaging:Add " Mei Lei
@ 2010-11-25 5:29 ` Mei Lei
2010-11-25 5:34 ` [PATCH 08/20] python-pygtk:Add " Mei Lei
` (13 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:29 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../python/python-pygobject_2.21.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
index b815e4c..b438447 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Python GObject bindings"
SECTION = "devel/python"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
PR = "ml0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 08/20] python-pygtk:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (6 preceding siblings ...)
2010-11-25 5:29 ` [PATCH 07/20] python-pygobject:Add license checksum and update the GPL information Mei Lei
@ 2010-11-25 5:34 ` Mei Lei
2010-11-25 5:41 ` [PATCH 09/20] python-pyrex:Add license checksum and update the License information Mei Lei
` (12 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:34 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../recipes-devtools/python/python-pygtk_2.17.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
index 3dcfd64..d3f4f50 100644
--- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
+++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
@@ -5,7 +5,8 @@ DEPENDS = "gtk+ libglade python-pycairo python-pygobject"
RDEPENDS = "python-shell python-pycairo python-pygobject"
PROVIDES = "python-pygtk2"
SRCNAME = "pygtk"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
PR = "ml8.3"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 09/20] python-pyrex:Add license checksum and update the License information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (7 preceding siblings ...)
2010-11-25 5:34 ` [PATCH 08/20] python-pygtk:Add " Mei Lei
@ 2010-11-25 5:41 ` Mei Lei
2010-11-25 5:48 ` [PATCH 10/20] python-scons:Add license checksum and update the GPL information Mei Lei
` (11 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:41 UTC (permalink / raw)
To: poky
Add LICENSE.txt file checksum to bb file and update the "GPL" to "Apache License Version 2.0" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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 6c57af5..b62ffbf 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,8 @@ It's designed to bridge the gap between the nice, high-level, easy-to-use world
and the messy, low-level world of C."
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "Apache License Version 2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd"
SRCNAME = "Pyrex"
PR = "ml0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 10/20] python-scons:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (8 preceding siblings ...)
2010-11-25 5:41 ` [PATCH 09/20] python-pyrex:Add license checksum and update the License information Mei Lei
@ 2010-11-25 5:48 ` Mei Lei
2010-11-25 5:51 ` [PATCH 11/20] quilt:Add " Mei Lei
` (10 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:48 UTC (permalink / raw)
To: poky
Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/python/python-scons_2.0.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python-scons_2.0.1.bb b/meta/recipes-devtools/python/python-scons_2.0.1.bb
index f5d11eb..97a7a8c 100644
--- a/meta/recipes-devtools/python/python-scons_2.0.1.bb
+++ b/meta/recipes-devtools/python/python-scons_2.0.1.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "A Software Construction Tool"
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
SRCNAME = "scons"
PR = "r0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 11/20] quilt:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (9 preceding siblings ...)
2010-11-25 5:48 ` [PATCH 10/20] python-scons:Add license checksum and update the GPL information Mei Lei
@ 2010-11-25 5:51 ` Mei Lei
2010-11-25 6:50 ` [PATCH 12/20] make:Add " Mei Lei
` (9 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 5:51 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file and add "GPLv2" information according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/quilt/quilt_0.48.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/quilt/quilt_0.48.bb b/meta/recipes-devtools/quilt/quilt_0.48.bb
index 5db67b2..c56bde1 100644
--- a/meta/recipes-devtools/quilt/quilt_0.48.bb
+++ b/meta/recipes-devtools/quilt/quilt_0.48.bb
@@ -1,5 +1,6 @@
require quilt.inc
-
+LICENSE="GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
PR = "r0"
SRC_URI += "file://aclocal.patch"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 12/20] make:Add license checksum and update the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (10 preceding siblings ...)
2010-11-25 5:51 ` [PATCH 11/20] quilt:Add " Mei Lei
@ 2010-11-25 6:50 ` Mei Lei
2010-11-25 7:00 ` [PATCH 13/20] lsof:Add license checksum to bb file Mei Lei
` (8 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 6:50 UTC (permalink / raw)
To: poky
Add COPYING file and COPYING.LIB file checksum to bb file and add the "GPLv3" "GPLv2" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/make/make_3.82.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index 797d26b..e8a0865 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -1,3 +1,5 @@
PR = "r0"
-
+LICENSE="GPLv3&LGPLv2"
+LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
require make.inc
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 13/20] lsof:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (11 preceding siblings ...)
2010-11-25 6:50 ` [PATCH 12/20] make:Add " Mei Lei
@ 2010-11-25 7:00 ` Mei Lei
2010-11-25 9:08 ` [PATCH 14/20] dtc:Add license checksum and add the GPL information Mei Lei
` (7 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 7:00 UTC (permalink / raw)
To: poky
Add 00README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-extended/lsof/lsof_4.84.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb
index 078da64..71979af 100644
--- a/meta/recipes-extended/lsof/lsof_4.84.bb
+++ b/meta/recipes-extended/lsof/lsof_4.84.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
Its name stands for LiSt Open Files, and it does just that."
SECTION = "devel"
LICENSE = "BSD"
-
+LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=e0108f7811919035515a97f872eb8ee2"
PR = "r0"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 14/20] dtc:Add license checksum and add the GPL information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (12 preceding siblings ...)
2010-11-25 7:00 ` [PATCH 13/20] lsof:Add license checksum to bb file Mei Lei
@ 2010-11-25 9:08 ` Mei Lei
2010-11-25 9:34 ` [PATCH 15/20] libtheora:Add license checksum to bb file Mei Lei
` (6 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 9:08 UTC (permalink / raw)
To: poky
Add GPL file and libfdt.h file checksum to bb file and add the "GPLv2|BSD" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-kernel/dtc/dtc_git.bb | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb
index a17a39d..21f71e6 100644
--- a/meta/recipes-kernel/dtc/dtc_git.bb
+++ b/meta/recipes-kernel/dtc/dtc_git.bb
@@ -1,2 +1,6 @@
require dtc.inc
require dtc_git.inc
+LICENSE="GPLv2|BSD"
+LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
+
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 15/20] libtheora:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (13 preceding siblings ...)
2010-11-25 9:08 ` [PATCH 14/20] dtc:Add license checksum and add the GPL information Mei Lei
@ 2010-11-25 9:34 ` Mei Lei
2010-11-25 9:46 ` [PATCH 16/20] libxml-simple-perl:Add " Mei Lei
` (5 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 9:34 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../libtheora/libtheora_1.1.1.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
index e964682..74d7572 100644
--- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
+++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://xiph.org/"
BUGTRACKER = "https://trac.xiph.org/newticket"
SECTION = "libs"
LICENSE = "BSD"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
DEPENDS = "libogg"
PR = "r1"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 16/20] libxml-simple-perl:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (14 preceding siblings ...)
2010-11-25 9:34 ` [PATCH 15/20] libtheora:Add license checksum to bb file Mei Lei
@ 2010-11-25 9:46 ` Mei Lei
2010-11-25 9:48 ` [PATCH 17/20] mc:Add " Mei Lei
` (4 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 9:46 UTC (permalink / raw)
To: poky
Add README file checksu to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../perl/libxml-simple-perl_2.18.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
index 6cab76b..7ed6a23 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
@@ -1,5 +1,6 @@
SECTION = "libs"
LICENSE = "Artistic"
+LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
DEPENDS += "libxml-parser-perl"
PR = "r0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 17/20] mc:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (15 preceding siblings ...)
2010-11-25 9:46 ` [PATCH 16/20] libxml-simple-perl:Add " Mei Lei
@ 2010-11-25 9:48 ` Mei Lei
2010-11-25 9:50 ` [PATCH 18/20] qmmp:Add " Mei Lei
` (3 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 9:48 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-extended/mc/mc_4.7.3.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb
index 509fe37..8fd16b1 100644
--- a/meta/recipes-extended/mc/mc_4.7.3.bb
+++ b/meta/recipes-extended/mc/mc_4.7.3.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Midnight Commander is an ncurses based file manager."
HOMEPAGE = "http://www.midnight-commander.org/"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "console/utils"
DEPENDS = "ncurses glib-2.0"
RDEPENDS = "ncurses-terminfo"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 18/20] qmmp:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (16 preceding siblings ...)
2010-11-25 9:48 ` [PATCH 17/20] mc:Add " Mei Lei
@ 2010-11-25 9:50 ` Mei Lei
2010-11-25 10:41 ` [PATCH 19/20] base-files:Add " Mei Lei
` (2 subsequent siblings)
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 9:50 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-qt/qt-apps/qmmp_0.4.1.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb b/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb
index fd4586c..c5afd91 100644
--- a/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb
+++ b/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Qmmp (Qt-based Multimedia Player) is an audio-player, written with help of Qt library"
HOMEPAGE = "http://qmmp.ylsoftware.com"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
SECTION = "multimedia"
PR = "r1"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 19/20] base-files:Add license checksum to bb file
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (17 preceding siblings ...)
2010-11-25 9:50 ` [PATCH 18/20] qmmp:Add " Mei Lei
@ 2010-11-25 10:41 ` Mei Lei
2010-11-25 10:41 ` [PATCH 20/20] flex:Add license checksum and add the license information Mei Lei
2010-12-02 18:02 ` [PATCH 00/20]Add 20 recipes license file MD5sum information Saul Wold
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 10:41 UTC (permalink / raw)
To: poky
Add GPL-2 file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 56a48fb..0557696 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -4,7 +4,7 @@ SECTION = "base"
PRIORITY = "required"
PR = "r65"
LICENSE = "GPLv2"
-
+LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "file://rotation \
file://nsswitch.conf \
file://motd \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 20/20] flex:Add license checksum and add the license information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (18 preceding siblings ...)
2010-11-25 10:41 ` [PATCH 19/20] base-files:Add " Mei Lei
@ 2010-11-25 10:41 ` Mei Lei
2010-12-02 18:02 ` [PATCH 00/20]Add 20 recipes license file MD5sum information Saul Wold
20 siblings, 0 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 10:41 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file and add the "BSD" information according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-devtools/flex/flex_2.5.35.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb
index eddaa48..9b59a72 100644
--- a/meta/recipes-devtools/flex/flex_2.5.35.bb
+++ b/meta/recipes-devtools/flex/flex_2.5.35.bb
@@ -1,4 +1,5 @@
require flex.inc
PR = "r1"
-
+LICENSE="BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067"
BBCLASSEXTEND = "native"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 00/20]Add 20 recipes license file MD5sum information
@ 2010-11-25 10:44 Mei Lei
2010-11-25 2:25 ` [PATCH 01/20] mpfr:Add license checksum and update the GPL information Mei Lei
` (20 more replies)
0 siblings, 21 replies; 23+ messages in thread
From: Mei Lei @ 2010-11-25 10:44 UTC (permalink / raw)
To: poky
This includes 20 recipes license file MD5sum update
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lmei3/chksum2
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum2
Thanks,
Mei Lei <lei.mei@intel.com>
---
Mei Lei (20):
mpfr:Add license checksum and update the GPL information
perl:Add license checksum to bb file
prelink:Add license checksum to bb file
python:Add license checksum to bb file
python-dbus:Add license checksum to bb file
python-imaging:Add license checksum to bb file
python-pygobject:Add license checksum and update the GPL information
python-pygtk:Add license checksum and update the GPL information
python-pyrex:Add license checksum and update the License information
python-scons:Add license checksum and update the GPL information
quilt:Add license checksum and update the GPL information
make:Add license checksum and update the GPL information
lsof:Add license checksum to bb file
dtc:Add license checksum and add the GPL information
libtheora:Add license checksum to bb file
libxml-simple-perl:Add license checksum to bb file
mc:Add license checksum to bb file
qmmp:Add license checksum to bb file
base-files:Add license checksum to bb file
flex:Add license checksum and add the license information
meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +-
meta/recipes-devtools/flex/flex_2.5.35.bb | 3 ++-
meta/recipes-devtools/make/make_3.82.bb | 4 +++-
.../perl/libxml-simple-perl_2.18.bb | 1 +
meta/recipes-devtools/perl/perl_5.8.8.bb | 2 ++
meta/recipes-devtools/prelink/prelink_git.bb | 1 +
meta/recipes-devtools/python/python-dbus_0.83.1.bb | 1 +
.../python/python-imaging_1.1.7.bb | 1 +
.../python/python-pygobject_2.21.1.bb | 3 ++-
.../recipes-devtools/python/python-pygtk_2.17.0.bb | 3 ++-
meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 3 ++-
meta/recipes-devtools/python/python-scons_2.0.1.bb | 3 ++-
meta/recipes-devtools/python/python_2.6.6.bb | 2 +-
meta/recipes-devtools/quilt/quilt_0.48.bb | 3 ++-
meta/recipes-extended/lsof/lsof_4.84.bb | 2 +-
meta/recipes-extended/mc/mc_4.7.3.bb | 1 +
meta/recipes-kernel/dtc/dtc_git.bb | 4 ++++
.../libtheora/libtheora_1.1.1.bb | 2 +-
meta/recipes-qt/qt-apps/qmmp_0.4.1.bb | 1 +
meta/recipes-support/mpfr/mpfr_3.0.0.bb | 4 +++-
20 files changed, 34 insertions(+), 12 deletions(-)
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 06/20] python-imaging:Add license checksum to bb file
2010-11-25 5:05 ` [PATCH 06/20] python-imaging:Add " Mei Lei
@ 2010-11-25 18:50 ` Saul Wold
0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2010-11-25 18:50 UTC (permalink / raw)
To: Mei Lei; +Cc: poky@yoctoproject.org
On 11/24/2010 09:05 PM, Mei Lei wrote:
> Add README file checksum to bb file
>
> Signed-off-by: Mei Lei<lei.mei@intel.com>
> ---
> .../python/python-imaging_1.1.7.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
> index 9812043..5319758 100644
> --- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
> +++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
> @@ -2,6 +2,7 @@ DESCRIPTION = "Python Imaging Library"
> SECTION = "devel/python"
> PRIORITY = "optional"
> LICENSE = "GPL"
Mei,
Is this really GPL? Please update this to correctly.
Sau!
> +LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
> DEPENDS = "freetype jpeg tiff"
> RDEPENDS = "python-lang python-stringold"
> SRCNAME = "Imaging"
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 00/20]Add 20 recipes license file MD5sum information
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
` (19 preceding siblings ...)
2010-11-25 10:41 ` [PATCH 20/20] flex:Add license checksum and add the license information Mei Lei
@ 2010-12-02 18:02 ` Saul Wold
20 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2010-12-02 18:02 UTC (permalink / raw)
To: Mei Lei; +Cc: poky@yoctoproject.org
On 11/25/2010 02:44 AM, Mei Lei wrote:
> This includes 20 recipes license file MD5sum update
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: lmei3/chksum2
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum2
>
> Thanks,
> Mei Lei<lei.mei@intel.com>
> ---
>
>
> Mei Lei (20):
> mpfr:Add license checksum and update the GPL information
> perl:Add license checksum to bb file
> prelink:Add license checksum to bb file
> python:Add license checksum to bb file
> python-dbus:Add license checksum to bb file
> python-imaging:Add license checksum to bb file
> python-pygobject:Add license checksum and update the GPL information
> python-pygtk:Add license checksum and update the GPL information
> python-pyrex:Add license checksum and update the License information
> python-scons:Add license checksum and update the GPL information
> quilt:Add license checksum and update the GPL information
> make:Add license checksum and update the GPL information
> lsof:Add license checksum to bb file
> dtc:Add license checksum and add the GPL information
> libtheora:Add license checksum to bb file
> libxml-simple-perl:Add license checksum to bb file
> mc:Add license checksum to bb file
> qmmp:Add license checksum to bb file
> base-files:Add license checksum to bb file
> flex:Add license checksum and add the license information
>
> meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +-
> meta/recipes-devtools/flex/flex_2.5.35.bb | 3 ++-
> meta/recipes-devtools/make/make_3.82.bb | 4 +++-
> .../perl/libxml-simple-perl_2.18.bb | 1 +
> meta/recipes-devtools/perl/perl_5.8.8.bb | 2 ++
> meta/recipes-devtools/prelink/prelink_git.bb | 1 +
> meta/recipes-devtools/python/python-dbus_0.83.1.bb | 1 +
> .../python/python-imaging_1.1.7.bb | 1 +
> .../python/python-pygobject_2.21.1.bb | 3 ++-
> .../recipes-devtools/python/python-pygtk_2.17.0.bb | 3 ++-
> meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 3 ++-
> meta/recipes-devtools/python/python-scons_2.0.1.bb | 3 ++-
> meta/recipes-devtools/python/python_2.6.6.bb | 2 +-
> meta/recipes-devtools/quilt/quilt_0.48.bb | 3 ++-
> meta/recipes-extended/lsof/lsof_4.84.bb | 2 +-
> meta/recipes-extended/mc/mc_4.7.3.bb | 1 +
> meta/recipes-kernel/dtc/dtc_git.bb | 4 ++++
> .../libtheora/libtheora_1.1.1.bb | 2 +-
> meta/recipes-qt/qt-apps/qmmp_0.4.1.bb | 1 +
> meta/recipes-support/mpfr/mpfr_3.0.0.bb | 4 +++-
> 20 files changed, 34 insertions(+), 12 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pull into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2010-12-02 18:02 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25 10:44 [PATCH 00/20]Add 20 recipes license file MD5sum information Mei Lei
2010-11-25 2:25 ` [PATCH 01/20] mpfr:Add license checksum and update the GPL information Mei Lei
2010-11-25 3:22 ` [PATCH 02/20] perl:Add license checksum to bb file Mei Lei
2010-11-25 4:25 ` [PATCH 03/20] prelink:Add " Mei Lei
2010-11-25 4:30 ` [PATCH 04/20] python:Add " Mei Lei
2010-11-25 5:03 ` [PATCH 05/20] python-dbus:Add " Mei Lei
2010-11-25 5:05 ` [PATCH 06/20] python-imaging:Add " Mei Lei
2010-11-25 18:50 ` Saul Wold
2010-11-25 5:29 ` [PATCH 07/20] python-pygobject:Add license checksum and update the GPL information Mei Lei
2010-11-25 5:34 ` [PATCH 08/20] python-pygtk:Add " Mei Lei
2010-11-25 5:41 ` [PATCH 09/20] python-pyrex:Add license checksum and update the License information Mei Lei
2010-11-25 5:48 ` [PATCH 10/20] python-scons:Add license checksum and update the GPL information Mei Lei
2010-11-25 5:51 ` [PATCH 11/20] quilt:Add " Mei Lei
2010-11-25 6:50 ` [PATCH 12/20] make:Add " Mei Lei
2010-11-25 7:00 ` [PATCH 13/20] lsof:Add license checksum to bb file Mei Lei
2010-11-25 9:08 ` [PATCH 14/20] dtc:Add license checksum and add the GPL information Mei Lei
2010-11-25 9:34 ` [PATCH 15/20] libtheora:Add license checksum to bb file Mei Lei
2010-11-25 9:46 ` [PATCH 16/20] libxml-simple-perl:Add " Mei Lei
2010-11-25 9:48 ` [PATCH 17/20] mc:Add " Mei Lei
2010-11-25 9:50 ` [PATCH 18/20] qmmp:Add " Mei Lei
2010-11-25 10:41 ` [PATCH 19/20] base-files:Add " Mei Lei
2010-11-25 10:41 ` [PATCH 20/20] flex:Add license checksum and add the license information Mei Lei
2010-12-02 18:02 ` [PATCH 00/20]Add 20 recipes license file MD5sum information Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.