All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/25] galago-daemon: Add license file checksum and update GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
@ 2010-11-23  5:24 ` Mei Lei
  2010-11-23  5:46 ` [PATCH 02/25] gccmakedep: Add license checksum to bb file Mei Lei
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  5:24 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../galago/galago-daemon_0.5.1.bb                  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
index da49b3d..69627ae 100644
--- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
+++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
@@ -1,7 +1,8 @@
 SUMMARY =       "Desktop presence framework"
 DESCRIPTION =   "Galago is a desktop presence framework, designed to transmit presence information between programs."
 HOMEPAGE =      "http://www.galago-project.org/"
-LICENSE =       "GPL"
+LICENSE =       "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS =       "gettext libgalago dbus glib-2.0"
 
 SRC_URI =       "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 02/25] gccmakedep: Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
  2010-11-23  5:24 ` [PATCH 01/25] galago-daemon: Add license file checksum and update GPL information Mei Lei
@ 2010-11-23  5:46 ` Mei Lei
  2010-11-23  5:52 ` [PATCH 03/25] gnome-doc-utils:Add LGPL file and GPL file " Mei Lei
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  5:46 UTC (permalink / raw)
  To: poky

Add the license checksum information from Makefile.am to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../recipes-graphics/xorg-util/gccmakedep_1.0.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
index b103567..5eba970 100644
--- a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
+++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
@@ -1,5 +1,5 @@
 require xorg-util-common.inc
-
+LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
 DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
 DEPENDS = "util-macros"
 RDEPENDS = "gcc"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 03/25] gnome-doc-utils:Add LGPL file and GPL file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
  2010-11-23  5:24 ` [PATCH 01/25] galago-daemon: Add license file checksum and update GPL information Mei Lei
  2010-11-23  5:46 ` [PATCH 02/25] gccmakedep: Add license checksum to bb file Mei Lei
@ 2010-11-23  5:52 ` Mei Lei
  2010-11-23  6:04 ` [PATCH 04/25] libart-lgpl:Add license file checksum and update the GPL information Mei Lei
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  5:52 UTC (permalink / raw)
  To: poky

Add COPYING.GPL and COPYING.LGPL checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb
index 2499ac3..09121db 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb
@@ -1,3 +1,4 @@
 require gnome-doc-utils.inc
-
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
+		    file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 "
 PR = "r1"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 04/25] libart-lgpl:Add license file checksum and update the GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (2 preceding siblings ...)
  2010-11-23  5:52 ` [PATCH 03/25] gnome-doc-utils:Add LGPL file and GPL file " Mei Lei
@ 2010-11-23  6:04 ` Mei Lei
  2010-11-23  6:07 ` [PATCH 05/25] liberation-fonts:Add license file checksum to bb file Mei Lei
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:04 UTC (permalink / raw)
  To: poky

Add COPYING file checksum and update the "LGPL" to "LGPLv2" according to COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb
index fa565f3..3bdd697 100644
--- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb
+++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Library of functions for 2D graphics"
 SECTION = "x11/gnome"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 PR = "r1"
 
 ART_CONFIG = "${HOST_ARCH}/art_config.h"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 05/25] liberation-fonts:Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (3 preceding siblings ...)
  2010-11-23  6:04 ` [PATCH 04/25] libart-lgpl:Add license file checksum and update the GPL information Mei Lei
@ 2010-11-23  6:07 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 06/25] libunique:Add " Mei Lei
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:07 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../ttf-fonts/liberation-fonts_1.04.bb             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
index 6b887e3..afb4a57 100644
--- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
+++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
@@ -5,6 +5,7 @@ BUGTRACKER = "https://bugzilla.redhat.com/"
 SECTION = "x11/fonts"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 PACKAGE_ARCH = "all"
 RDEPENDS = "fontconfig-utils"
 PE = "1"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 06/25] libunique:Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (4 preceding siblings ...)
  2010-11-23  6:07 ` [PATCH 05/25] liberation-fonts:Add license file checksum to bb file Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 08/25] libxprintapputil:Add license " Mei Lei
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 meta/recipes-tbd/libunique/libunique_1.1.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-tbd/libunique/libunique_1.1.6.bb b/meta/recipes-tbd/libunique/libunique_1.1.6.bb
index 964da57..0c1b9a0 100644
--- a/meta/recipes-tbd/libunique/libunique_1.1.6.bb
+++ b/meta/recipes-tbd/libunique/libunique_1.1.6.bb
@@ -4,7 +4,7 @@ PR = "r1"
 DEPENDS = "glib-2.0 gtk+ dbus"
 
 LICENSE = "LGPLv2.1"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 #S = "${WORKDIR}/unique-${PV}"
 
 inherit autotools
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 07/25] libxpm: Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (8 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 09/25] libxprintutil:Add license " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 12/25] lttng:Add license file checksum and update the GPL information Mei Lei
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb
index 75c10bf..2794600 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb
@@ -2,6 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 Pixmap library"
 LICENSE = "X-BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e8b098093f3bb7a8fed64938e8e465e"
 DEPENDS += "libxext libsm libxt"
 PR = "r3"
 PE = "1"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 08/25] libxprintapputil:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (5 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 06/25] libunique:Add " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 13/25] dpkg:Add license file " Mei Lei
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Get the license checksum information from the /src/xpapputil.c

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 .../xorg-lib/libxprintapputil_1.0.1.bb             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb
index 3a24a88..75723aa 100644
--- a/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "Xprint job utility client library"
 DEPENDS += "libxp libxt libxprintutil"
 PR = "r1"
+LIC_FILES_CHKSUM = "file://src/xpapputil.c;beginline=2;endline=27;md5=be811cca90200613a672dc96206a767b"
 PE = "1"
 
 XORG_PN = "libXprintAppUtil"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 09/25] libxprintutil:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (7 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 13/25] dpkg:Add license file " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 07/25] libxpm: Add license file " Mei Lei
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Get the license checksum information from src/xprintutil.c

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 .../xorg-lib/libxprintutil_1.0.1.bb                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb
index 327138e..6fb1af5 100644
--- a/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb
@@ -1,4 +1,5 @@
 require xorg-lib-common.inc
+LIC_FILES_CHKSUM = "file://src/xprintutil.c;endline=29;md5=22d5a98494dd356a2c6c9c355886f3af"
 
 DESCRIPTION = "Xprint printer utility client library"
 DEPENDS += "libxp libxt"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 10/25] ttf-bitstream-vera:Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (11 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 14/25] minicom: Add license file checksum and update the GPL information to bb file Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 11/25] libxtrap:Add " Mei Lei
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYRIGHT.TXT checksum to bb file

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb           |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 a6f4cd6..1001e29 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
@@ -2,6 +2,7 @@ DESCRIPTION = "The Bitstream Vera fonts - TTF Edition"
 SECTION = "x11/fonts"
 PRIORITY = "optional"
 LICENSE = "Bitstream Vera"
+LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
 PACKAGE_ARCH = "all"
 PR = "r3"
 RDEPENDS = "fontconfig-utils"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 11/25] libxtrap:Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (12 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 10/25] ttf-bitstream-vera:Add license file checksum " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:30 ` [PATCH 15/25] acpid: Add license " Mei Lei
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
index 7a25ae5..39c7bef 100644
--- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
@@ -1,5 +1,5 @@
 require xorg-lib-common.inc
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305"
 DESCRIPTION = "X11 event trapping extension library"
 DEPENDS += "libxt trapproto libxext"
 PR = "r1"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 12/25] lttng:Add license file checksum and update the GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (9 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 07/25] libxpm: Add license file " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 14/25] minicom: Add license file checksum and update the GPL information to bb file Mei Lei
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING checksum to bb file and update the "GPL" to "GPLv3" according to COPYING

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-kernel/lttng/lttng-control_0.87.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-control_0.87.bb b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
index da6a6c6..4bf4f13 100644
--- a/meta/recipes-kernel/lttng/lttng-control_0.87.bb
+++ b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
@@ -2,8 +2,8 @@ SECTION = "devel"
 DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
 extract program execution details from the Linux operating system and  \
 interpret them."
-LICENSE = "GPL"
-
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=id32239bcb673463ab874e80d47fae504"
 PR = "r0"
 
 LTTDATE = "09062010"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 13/25] dpkg:Add license file checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (6 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 08/25] libxprintapputil:Add license " Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 09/25] libxprintutil:Add license " Mei Lei
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING checksum to bb file

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
index c8069fe..43ab8f6 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
@@ -1,4 +1,5 @@
 require dpkg.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
 SRC_URI += "file://noman.patch;patch=1 \
             file://check_snprintf.patch \
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 14/25] minicom: Add license file checksum and update the GPL information to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (10 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 12/25] lttng:Add license file checksum and update the GPL information Mei Lei
@ 2010-11-23  6:10 ` Mei Lei
  2010-11-23  6:10 ` [PATCH 10/25] ttf-bitstream-vera:Add license file checksum " Mei Lei
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:10 UTC (permalink / raw)
  To: poky

Add COPYING checksum to bb file and update the "GPL" to "GPLv2" according to COPYING

Signed-off-by: Mei Lei<lei.mei@intel.com>
---
 meta/recipes-extended/minicom/minicom_2.3.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/minicom/minicom_2.3.bb b/meta/recipes-extended/minicom/minicom_2.3.bb
index a114e30..c327e94 100644
--- a/meta/recipes-extended/minicom/minicom_2.3.bb
+++ b/meta/recipes-extended/minicom/minicom_2.3.bb
@@ -1,6 +1,7 @@
 SECTION = "console/network"
 DEPENDS = "ncurses"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645"
 SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
 	file://rename-conflicting-functions.patch \
 	"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 15/25] acpid: Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (13 preceding siblings ...)
  2010-11-23  6:10 ` [PATCH 11/25] libxtrap:Add " Mei Lei
@ 2010-11-23  6:30 ` Mei Lei
  2010-11-23  6:52 ` [PATCH 16/25] apr:Add " Mei Lei
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:30 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-bsp/acpid/acpid_1.0.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/acpid/acpid_1.0.6.bb b/meta/recipes-bsp/acpid/acpid_1.0.6.bb
index 364aa82..a95cb54 100644
--- a/meta/recipes-bsp/acpid/acpid_1.0.6.bb
+++ b/meta/recipes-bsp/acpid/acpid_1.0.6.bb
@@ -1,3 +1,3 @@
 require acpid.inc
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 PR = "r5"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 16/25] apr:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (14 preceding siblings ...)
  2010-11-23  6:30 ` [PATCH 15/25] acpid: Add license " Mei Lei
@ 2010-11-23  6:52 ` Mei Lei
  2010-11-23  6:52 ` [PATCH 17/25] apr-util:Add " Mei Lei
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:52 UTC (permalink / raw)
  To: poky

Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-support/apr/apr_1.3.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/apr/apr_1.3.3.bb b/meta/recipes-support/apr/apr_1.3.3.bb
index a193a18..e7e8ad2 100644
--- a/meta/recipes-support/apr/apr_1.3.3.bb
+++ b/meta/recipes-support/apr/apr_1.3.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Apache Portable Runtime (APR) library"
 SECTION = "libs"
 LICENSE = "Apache License, Version 2.0"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b"
 PR = "r5"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 17/25] apr-util:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (15 preceding siblings ...)
  2010-11-23  6:52 ` [PATCH 16/25] apr:Add " Mei Lei
@ 2010-11-23  6:52 ` Mei Lei
  2010-11-23  6:59 ` [PATCH 18/25] apt:Add " Mei Lei
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:52 UTC (permalink / raw)
  To: poky

Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-support/apr/apr-util_1.3.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.4.bb
index 2e608e8..44d904c 100644
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) companion library"
 SECTION = "libs"
 DEPENDS = "apr expat gdbm"
 LICENSE = "Apache License, Version 2.0"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5= "
 PR = "r5"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 18/25] apt:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (16 preceding siblings ...)
  2010-11-23  6:52 ` [PATCH 17/25] apr-util:Add " Mei Lei
@ 2010-11-23  6:59 ` Mei Lei
  2010-11-23  8:39 ` [PATCH 19/25] beecrypt:Add license checksum and update the GPL " Mei Lei
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  6:59 UTC (permalink / raw)
  To: poky

Add COPYING.GPL file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-devtools/apt/apt_0.7.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb
index 0ea9b48..43353fa 100644
--- a/meta/recipes-devtools/apt/apt_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt_0.7.14.bb
@@ -1,6 +1,6 @@
 DEPENDS = "curl db"
 RDEPENDS = "dpkg"
-
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 require apt.inc
 
 PR = "r3"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 19/25] beecrypt:Add license checksum and update the GPL to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (17 preceding siblings ...)
  2010-11-23  6:59 ` [PATCH 18/25] apt:Add " Mei Lei
@ 2010-11-23  8:39 ` Mei Lei
  2010-11-23  8:40 ` [PATCH 20/25] chrpath:Add " Mei Lei
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  8:39 UTC (permalink / raw)
  To: poky

Add COPYING and COPYING.LIB checksum to bb file,add the "LGPLv2.1" according to COPYING.LIB

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-support/beecrypt/beecrypt_4.1.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/beecrypt/beecrypt_4.1.2.bb b/meta/recipes-support/beecrypt/beecrypt_4.1.2.bb
index dfcc6ba..0da36d9 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.1.2.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.1.2.bb
@@ -8,7 +8,9 @@ SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
 	 file://x64fix.patch \
 	 file://disable-icu-check.patch \
 	 file://fix-security.patch"
-LICENSE = "GPLv2"
+LICENSE = "GPLv2&LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
+	            file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589"
 DEPENDS = "icu"
 
 PR = "r0"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 20/25] chrpath:Add license checksum and update the GPL to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (18 preceding siblings ...)
  2010-11-23  8:39 ` [PATCH 19/25] beecrypt:Add license checksum and update the GPL " Mei Lei
@ 2010-11-23  8:40 ` Mei Lei
  2010-11-23  8:55 ` [PATCH 21/25] dosfstools:Add license checksum and update the GPL information Mei Lei
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  8:40 UTC (permalink / raw)
  To: poky

Add COPYING checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-devtools/chrpath/chrpath_0.13.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
index 38ae2f7..b812175 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "chrpath allows you to change the rpath (where the application \
 looks for libraries) in an application. It does not (yet) allow you to add an \
 rpath if there isn't one already."
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 21/25] dosfstools:Add license checksum and update the GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (19 preceding siblings ...)
  2010-11-23  8:40 ` [PATCH 20/25] chrpath:Add " Mei Lei
@ 2010-11-23  8:55 ` Mei Lei
  2010-11-23  9:17 ` [PATCH 22/25] expat:Add license checksum to bb file Mei Lei
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  8:55 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../recipes-devtools/dosfstools/dosfstools_2.10.bb |    4 ++--
 .../recipes-devtools/dosfstools/dosfstools_2.11.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
index 100044b..dadf2f9 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
@@ -6,8 +6,8 @@ DESCRIPTION = "DOS FAT Filesystem Utilities"
 
 SECTION = "base"
 PRIORITY = "optional"
-LICENSE = "GPL"
-
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
 PR = "r2"
 
 SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
index a5f6e03..f21e7b9 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
@@ -6,8 +6,8 @@ DESCRIPTION = "DOS FAT Filesystem Utilities"
 
 SECTION = "base"
 PRIORITY = "optional"
-LICENSE = "GPL"
-
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
 PR = "r0"
 
 SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 22/25] expat:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (20 preceding siblings ...)
  2010-11-23  8:55 ` [PATCH 21/25] dosfstools:Add license checksum and update the GPL information Mei Lei
@ 2010-11-23  9:17 ` Mei Lei
  2010-11-23  9:31 ` [PATCH 23/25] gssdp:Add license checksum and update the GPL information Mei Lei
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  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-core/expat/expat_2.0.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/expat/expat_2.0.1.bb b/meta/recipes-core/expat/expat_2.0.1.bb
index 9983fe5..d6101ac 100644
--- a/meta/recipes-core/expat/expat_2.0.1.bb
+++ b/meta/recipes-core/expat/expat_2.0.1.bb
@@ -1,3 +1,3 @@
 require expat.inc
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874"
 PR = "r0"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 23/25] gssdp:Add license checksum and update the GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (21 preceding siblings ...)
  2010-11-23  9:17 ` [PATCH 22/25] expat:Add license checksum to bb file Mei Lei
@ 2010-11-23  9:31 ` Mei Lei
  2010-11-23  9:36 ` [PATCH 24/25] insserv:Add " Mei Lei
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  9:31 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2" according to the COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
index 9d4c17e..2143984 100644
--- a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
+++ b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
@@ -1,6 +1,7 @@
 SUMMARY = "Resource discovery and announcement over SSDP"
 DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)."
-LICENSE = "LGPL"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 DEPENDS = "glib-2.0 libsoup-2.4 libglade"
 
 SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 24/25] insserv:Add license checksum and update the GPL information
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (22 preceding siblings ...)
  2010-11-23  9:31 ` [PATCH 23/25] gssdp:Add license checksum and update the GPL information Mei Lei
@ 2010-11-23  9:36 ` Mei Lei
  2010-11-23  9:50 ` [PATCH 25/25] libacpi:Add license checksum to bb file Mei Lei
  2010-11-29 22:47 ` [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Saul Wold
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  9:36 UTC (permalink / raw)
  To: poky

Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-devtools/insserv/insserv_1.11.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/insserv/insserv_1.11.0.bb b/meta/recipes-devtools/insserv/insserv_1.11.0.bb
index a45ccda..f3c79ee 100644
--- a/meta/recipes-devtools/insserv/insserv_1.11.0.bb
+++ b/meta/recipes-devtools/insserv/insserv_1.11.0.bb
@@ -1,4 +1,5 @@
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 SECTION = "base"
 PR = "r1"
 
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 25/25] libacpi:Add license checksum to bb file
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (23 preceding siblings ...)
  2010-11-23  9:36 ` [PATCH 24/25] insserv:Add " Mei Lei
@ 2010-11-23  9:50 ` Mei Lei
  2010-11-29 22:47 ` [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Saul Wold
  25 siblings, 0 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23  9:50 UTC (permalink / raw)
  To: poky

Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-bsp/libacpi/libacpi_0.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
index 1bb5299..809e9a6 100644
--- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb
+++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
@@ -4,6 +4,7 @@ Thermal zones, battery infomration, fan information and AC states are implemente
 SECTION = "base"
 HOMEPAGE = "http://www.ngolde.de/libacpi.html"
 LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5"
 PR = "r1"
 
 SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
-- 
1.6.3.3



^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum
@ 2010-11-23 10:01 Mei Lei
  2010-11-23  5:24 ` [PATCH 01/25] galago-daemon: Add license file checksum and update GPL information Mei Lei
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Mei Lei @ 2010-11-23 10:01 UTC (permalink / raw)
  To: poky

This includes 25 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 (25):
  galago-daemon: Add license file checksum and update GPL information
  gccmakedep: Add license checksum to bb file
  gnome-doc-utils:Add LGPL file and GPL file checksum to bb file
  libart-lgpl:Add license file checksum and update the GPL information
  liberation-fonts:Add license file checksum to bb file
  libunique:Add license file checksum to bb file
  libxpm: Add license file checksum to bb file
  libxprintapputil:Add license checksum to bb file
  libxprintutil:Add license checksum to bb file
  ttf-bitstream-vera:Add license file checksum to bb file
  libxtrap:Add license file checksum to bb file
  lttng:Add license file checksum and update the GPL information
  dpkg:Add license file checksum to bb file
  minicom: Add license file checksum and update the GPL information to
    bb file
  acpid: Add license checksum to bb file
  apr:Add license checksum to bb file
  apr-util:Add license checksum to bb file
  apt:Add license checksum to bb file
  beecrypt:Add license checksum and update the GPL to bb file
  chrpath:Add license checksum and update the GPL to bb file
  dosfstools:Add license checksum and update the GPL information
  expat:Add license checksum to bb file
  gssdp:Add license checksum and update the GPL information
  insserv:Add license checksum and update the GPL information
  libacpi:Add license checksum to bb file

 meta/recipes-bsp/acpid/acpid_1.0.6.bb              |    2 +-
 meta/recipes-bsp/libacpi/libacpi_0.2.bb            |    1 +
 .../galago/galago-daemon_0.5.1.bb                  |    3 ++-
 meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb     |    3 ++-
 meta/recipes-core/expat/expat_2.0.1.bb             |    2 +-
 meta/recipes-devtools/apt/apt_0.7.14.bb            |    2 +-
 meta/recipes-devtools/chrpath/chrpath_0.13.bb      |    3 ++-
 .../recipes-devtools/dosfstools/dosfstools_2.10.bb |    4 ++--
 .../recipes-devtools/dosfstools/dosfstools_2.11.bb |    4 ++--
 meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb        |    1 +
 meta/recipes-devtools/insserv/insserv_1.11.0.bb    |    3 ++-
 meta/recipes-extended/minicom/minicom_2.3.bb       |    3 ++-
 meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb |    3 ++-
 meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb     |    3 ++-
 .../ttf-fonts/liberation-fonts_1.04.bb             |    1 +
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb           |    1 +
 meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb     |    1 +
 .../xorg-lib/libxprintapputil_1.0.1.bb             |    1 +
 .../xorg-lib/libxprintutil_1.0.1.bb                |    1 +
 meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb   |    2 +-
 .../recipes-graphics/xorg-util/gccmakedep_1.0.2.bb |    2 +-
 meta/recipes-kernel/lttng/lttng-control_0.87.bb    |    4 ++--
 meta/recipes-support/apr/apr-util_1.3.4.bb         |    2 +-
 meta/recipes-support/apr/apr_1.3.3.bb              |    2 +-
 meta/recipes-support/beecrypt/beecrypt_4.1.2.bb    |    4 +++-
 meta/recipes-tbd/libunique/libunique_1.1.6.bb      |    2 +-
 26 files changed, 38 insertions(+), 22 deletions(-)



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum
  2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
                   ` (24 preceding siblings ...)
  2010-11-23  9:50 ` [PATCH 25/25] libacpi:Add license checksum to bb file Mei Lei
@ 2010-11-29 22:47 ` Saul Wold
  25 siblings, 0 replies; 27+ messages in thread
From: Saul Wold @ 2010-11-29 22:47 UTC (permalink / raw)
  To: poky

On 11/23/2010 02:01 AM, Mei Lei wrote:
> This includes 25 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 (25):
>    galago-daemon: Add license file checksum and update GPL information
>    gccmakedep: Add license checksum to bb file
>    gnome-doc-utils:Add LGPL file and GPL file checksum to bb file
>    libart-lgpl:Add license file checksum and update the GPL information
>    liberation-fonts:Add license file checksum to bb file
>    libunique:Add license file checksum to bb file
>    libxpm: Add license file checksum to bb file
>    libxprintapputil:Add license checksum to bb file
>    libxprintutil:Add license checksum to bb file
>    ttf-bitstream-vera:Add license file checksum to bb file
>    libxtrap:Add license file checksum to bb file
>    lttng:Add license file checksum and update the GPL information
>    dpkg:Add license file checksum to bb file
>    minicom: Add license file checksum and update the GPL information to
>      bb file
>    acpid: Add license checksum to bb file
>    apr:Add license checksum to bb file
>    apr-util:Add license checksum to bb file
>    apt:Add license checksum to bb file
>    beecrypt:Add license checksum and update the GPL to bb file
>    chrpath:Add license checksum and update the GPL to bb file
>    dosfstools:Add license checksum and update the GPL information
>    expat:Add license checksum to bb file
>    gssdp:Add license checksum and update the GPL information
>    insserv:Add license checksum and update the GPL information
>    libacpi:Add license checksum to bb file
>
>   meta/recipes-bsp/acpid/acpid_1.0.6.bb              |    2 +-
>   meta/recipes-bsp/libacpi/libacpi_0.2.bb            |    1 +
>   .../galago/galago-daemon_0.5.1.bb                  |    3 ++-
>   meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb     |    3 ++-
>   meta/recipes-core/expat/expat_2.0.1.bb             |    2 +-
>   meta/recipes-devtools/apt/apt_0.7.14.bb            |    2 +-
>   meta/recipes-devtools/chrpath/chrpath_0.13.bb      |    3 ++-
>   .../recipes-devtools/dosfstools/dosfstools_2.10.bb |    4 ++--
>   .../recipes-devtools/dosfstools/dosfstools_2.11.bb |    4 ++--
>   meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb        |    1 +
>   meta/recipes-devtools/insserv/insserv_1.11.0.bb    |    3 ++-
>   meta/recipes-extended/minicom/minicom_2.3.bb       |    3 ++-
>   meta/recipes-gnome/gnome/gnome-doc-utils_0.12.0.bb |    3 ++-
>   meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb     |    3 ++-
>   .../ttf-fonts/liberation-fonts_1.04.bb             |    1 +
>   .../ttf-fonts/ttf-bitstream-vera_1.10.bb           |    1 +
>   meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb     |    1 +
>   .../xorg-lib/libxprintapputil_1.0.1.bb             |    1 +
>   .../xorg-lib/libxprintutil_1.0.1.bb                |    1 +
>   meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb   |    2 +-
>   .../recipes-graphics/xorg-util/gccmakedep_1.0.2.bb |    2 +-
>   meta/recipes-kernel/lttng/lttng-control_0.87.bb    |    4 ++--
>   meta/recipes-support/apr/apr-util_1.3.4.bb         |    2 +-
>   meta/recipes-support/apr/apr_1.3.3.bb              |    2 +-
>   meta/recipes-support/beecrypt/beecrypt_4.1.2.bb    |    4 +++-
>   meta/recipes-tbd/libunique/libunique_1.1.6.bb      |    2 +-
>   26 files changed, 38 insertions(+), 22 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Pulled into Master

Thanks
    Sau!


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2010-11-29 22:47 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23 10:01 [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum Mei Lei
2010-11-23  5:24 ` [PATCH 01/25] galago-daemon: Add license file checksum and update GPL information Mei Lei
2010-11-23  5:46 ` [PATCH 02/25] gccmakedep: Add license checksum to bb file Mei Lei
2010-11-23  5:52 ` [PATCH 03/25] gnome-doc-utils:Add LGPL file and GPL file " Mei Lei
2010-11-23  6:04 ` [PATCH 04/25] libart-lgpl:Add license file checksum and update the GPL information Mei Lei
2010-11-23  6:07 ` [PATCH 05/25] liberation-fonts:Add license file checksum to bb file Mei Lei
2010-11-23  6:10 ` [PATCH 06/25] libunique:Add " Mei Lei
2010-11-23  6:10 ` [PATCH 08/25] libxprintapputil:Add license " Mei Lei
2010-11-23  6:10 ` [PATCH 13/25] dpkg:Add license file " Mei Lei
2010-11-23  6:10 ` [PATCH 09/25] libxprintutil:Add license " Mei Lei
2010-11-23  6:10 ` [PATCH 07/25] libxpm: Add license file " Mei Lei
2010-11-23  6:10 ` [PATCH 12/25] lttng:Add license file checksum and update the GPL information Mei Lei
2010-11-23  6:10 ` [PATCH 14/25] minicom: Add license file checksum and update the GPL information to bb file Mei Lei
2010-11-23  6:10 ` [PATCH 10/25] ttf-bitstream-vera:Add license file checksum " Mei Lei
2010-11-23  6:10 ` [PATCH 11/25] libxtrap:Add " Mei Lei
2010-11-23  6:30 ` [PATCH 15/25] acpid: Add license " Mei Lei
2010-11-23  6:52 ` [PATCH 16/25] apr:Add " Mei Lei
2010-11-23  6:52 ` [PATCH 17/25] apr-util:Add " Mei Lei
2010-11-23  6:59 ` [PATCH 18/25] apt:Add " Mei Lei
2010-11-23  8:39 ` [PATCH 19/25] beecrypt:Add license checksum and update the GPL " Mei Lei
2010-11-23  8:40 ` [PATCH 20/25] chrpath:Add " Mei Lei
2010-11-23  8:55 ` [PATCH 21/25] dosfstools:Add license checksum and update the GPL information Mei Lei
2010-11-23  9:17 ` [PATCH 22/25] expat:Add license checksum to bb file Mei Lei
2010-11-23  9:31 ` [PATCH 23/25] gssdp:Add license checksum and update the GPL information Mei Lei
2010-11-23  9:36 ` [PATCH 24/25] insserv:Add " Mei Lei
2010-11-23  9:50 ` [PATCH 25/25] libacpi:Add license checksum to bb file Mei Lei
2010-11-29 22:47 ` [PATCH 00/25]galago-daemon gccmakedep...(25 recipes) license checksum 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.