* [PATCH 01/13] meta-ide-suppport: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
@ 2010-12-11 0:58 ` Saul Wold
2010-12-11 0:59 ` [PATCH 02/13] patch: " Saul Wold
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 0:58 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-core/meta/meta-ide-support.bb | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 8fe9a23..ee85d5d 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -1,5 +1,9 @@
DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
+4de20420"
+
DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
PR = "r1"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 02/13] patch: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
2010-12-11 0:58 ` [PATCH 01/13] meta-ide-suppport: Add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-11 0:59 ` Saul Wold
2010-12-11 0:59 ` [PATCH 03/13] rpm: " Saul Wold
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 0:59 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-devtools/patch/patch_2.5.9.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/patch/patch_2.5.9.bb b/meta/recipes-devtools/patch/patch_2.5.9.bb
index 4b4511f..9c8f242 100644
--- a/meta/recipes-devtools/patch/patch_2.5.9.bb
+++ b/meta/recipes-devtools/patch/patch_2.5.9.bb
@@ -1,5 +1,7 @@
require patch.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz \
file://2.5.9.patch;patch=1 \
file://debian.patch;patch=1 \
@@ -10,4 +12,4 @@ SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz \
SRC_URI[md5sum] = "ee5ae84d115f051d87fcaaef3b4ae782"
SRC_URI[sha256sum] = "dd2fc5a745bfca5450d13d7032fdc47ab102514aae3efb3fe334a6eff87df799"
S = "${WORKDIR}/patch-2.5.4"
-PR = "r2"
\ No newline at end of file
+PR = "r2"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 03/13] rpm: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
2010-12-11 0:58 ` [PATCH 01/13] meta-ide-suppport: Add LIC_FILES_CHKSUM Saul Wold
2010-12-11 0:59 ` [PATCH 02/13] patch: " Saul Wold
@ 2010-12-11 0:59 ` Saul Wold
2010-12-11 0:59 ` [PATCH 04/13] gtkhtml2: " Saul Wold
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 0:59 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-devtools/rpm/rpm_5.1.10.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
index 3914b59..5211a44 100644
--- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "The RPM Package Manager - relaunched"
DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands."
HOMEPAGE = "http://rpm5.org/"
LICENSE = "LGPL 2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
DEPENDS = "zlib perl popt beecrypt python libpcre elfutils"
PR = "r7"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 04/13] gtkhtml2: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (2 preceding siblings ...)
2010-12-11 0:59 ` [PATCH 03/13] rpm: " Saul Wold
@ 2010-12-11 0:59 ` Saul Wold
2010-12-11 1:00 ` [PATCH 05/13] clutter: " Saul Wold
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 0:59 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
index 07b3075..a217775 100644
--- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
+++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
@@ -1,7 +1,8 @@
SECTION = "libs"
DEPENDS = "gtk+ glib-2.0 libxml2"
DESCRIPTION = "A GTK+ HTML rendering library."
-LICENSE = "GPL"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
PV = "2.11.0+svnr${SRCREV}"
PR = "r1"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 05/13] clutter: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (3 preceding siblings ...)
2010-12-11 0:59 ` [PATCH 04/13] gtkhtml2: " Saul Wold
@ 2010-12-11 1:00 ` Saul Wold
2010-12-11 1:00 ` [PATCH 06/13] table: " Saul Wold
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:00 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-graphics/clutter/clutter-1.0_git.bb | 1 +
meta/recipes-graphics/clutter/clutter_git.bb | 4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_git.bb b/meta/recipes-graphics/clutter/clutter-1.0_git.bb
index 7e62954..ec50f07 100644
--- a/meta/recipes-graphics/clutter/clutter-1.0_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-1.0_git.bb
@@ -9,6 +9,7 @@ FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
file://enable_tests-1.0.patch;patch=1 "
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
S = "${WORKDIR}/git"
BASE_CONF += "--disable-introspection"
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index a20515e..dd5f980 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -1,6 +1,8 @@
require clutter.inc
require clutter-package.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
PV = "1.0.0+git${SRCPV}"
PR = "r8"
@@ -14,4 +16,4 @@ BASE_CONF += "--disable-introspection"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
-}
\ No newline at end of file
+}
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 06/13] table: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (4 preceding siblings ...)
2010-12-11 1:00 ` [PATCH 05/13] clutter: " Saul Wold
@ 2010-12-11 1:00 ` Saul Wold
2010-12-11 1:01 ` [PATCH 07/13] mutter: " Saul Wold
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:00 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-graphics/clutter/table.inc | 2 +-
meta/recipes-graphics/clutter/table_git.bb | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/clutter/table.inc b/meta/recipes-graphics/clutter/table.inc
index 6dfb47d..b645514 100644
--- a/meta/recipes-graphics/clutter/table.inc
+++ b/meta/recipes-graphics/clutter/table.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "Table Clutter Demo"
HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1 & GPLv2"
DEPENDS = "clutter-gst-1.0 gnome-vfs"
diff --git a/meta/recipes-graphics/clutter/table_git.bb b/meta/recipes-graphics/clutter/table_git.bb
index 5aa4153..5a5091c 100644
--- a/meta/recipes-graphics/clutter/table_git.bb
+++ b/meta/recipes-graphics/clutter/table_git.bb
@@ -1,5 +1,8 @@
require table.inc
+LIC_FILES_CHKSUM = "file://fluttr/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+ file://script-viewer/COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
PV = "0.3.0+git${SRCPV}"
PR = "r1"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 07/13] mutter: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (5 preceding siblings ...)
2010-12-11 1:00 ` [PATCH 06/13] table: " Saul Wold
@ 2010-12-11 1:01 ` Saul Wold
2010-12-11 1:01 ` [PATCH 08/13] task-poky-clutter: " Saul Wold
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:01 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-graphics/mutter/mutter_2.28.1.bb | 4 +++-
meta/recipes-graphics/mutter/mutter_git.bb | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/mutter/mutter_2.28.1.bb b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
index c4b8107..e4c185a 100644
--- a/meta/recipes-graphics/mutter/mutter_2.28.1.bb
+++ b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
@@ -1,9 +1,11 @@
require mutter.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \
file://nodocs.patch;patch=1 \
file://nozenity.patch;patch=1 \
file://fix_pkgconfig.patch;patch=1 \
"
-S = "${WORKDIR}/mutter-2.28.1_0.0"
\ No newline at end of file
+S = "${WORKDIR}/mutter-2.28.1_0.0"
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb
index b41bf1e..e65bf17 100644
--- a/meta/recipes-graphics/mutter/mutter_git.bb
+++ b/meta/recipes-graphics/mutter/mutter_git.bb
@@ -3,6 +3,8 @@ require mutter.inc
PV = "2.28.1+git${SRCPV}"
PR = "r18"
+LIC_FILES_CHECKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
# Gnome is the upstream but moblin is under more active development atm
# git://git.gnome.org/mutter.git;protocol=git;branch=master
#
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 08/13] task-poky-clutter: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (6 preceding siblings ...)
2010-12-11 1:01 ` [PATCH 07/13] mutter: " Saul Wold
@ 2010-12-11 1:01 ` Saul Wold
2010-12-11 1:01 ` [PATCH 09/13] libxscrnsaver: " Saul Wold
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:01 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-graphics/tasks/task-poky-clutter.bb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/tasks/task-poky-clutter.bb b/meta/recipes-graphics/tasks/task-poky-clutter.bb
index 844fb90..5e54f15 100644
--- a/meta/recipes-graphics/tasks/task-poky-clutter.bb
+++ b/meta/recipes-graphics/tasks/task-poky-clutter.bb
@@ -4,6 +4,9 @@
DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
PR = "r3"
PACKAGES = "\
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 09/13] libxscrnsaver: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (7 preceding siblings ...)
2010-12-11 1:01 ` [PATCH 08/13] task-poky-clutter: " Saul Wold
@ 2010-12-11 1:01 ` Saul Wold
2010-12-11 1:02 ` [PATCH 10/13] gst-meta-base: " Saul Wold
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:01 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
.../xorg-lib/libxscrnsaver_1.2.1.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb
index a95cc96..3df0aca 100644
--- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb
@@ -1,7 +1,9 @@
require xorg-lib-common.inc
DESCRIPTION = "X Screen Saver extension library"
-LICENSE = "GPL"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb"
+
DEPENDS += "libxext scrnsaverproto"
PROVIDES = "libxss"
RREPLACES = "libxss"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 10/13] gst-meta-base: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (8 preceding siblings ...)
2010-12-11 1:01 ` [PATCH 09/13] libxscrnsaver: " Saul Wold
@ 2010-12-11 1:02 ` Saul Wold
2010-12-11 1:02 ` [PATCH 11/13] libexif: " Saul Wold
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:02 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
.../gstreamer/gst-meta-base_0.10.bb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
index 4d6db6d..b6f85d5 100644
--- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
@@ -1,6 +1,9 @@
DESCRIPTION = "Gstreamer package groups"
LICENSE = "MIT"
DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad"
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
PR = "r8"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 11/13] libexif: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (9 preceding siblings ...)
2010-12-11 1:02 ` [PATCH 10/13] gst-meta-base: " Saul Wold
@ 2010-12-11 1:02 ` Saul Wold
2010-12-11 1:02 ` [PATCH 12/13] libsoup: " Saul Wold
2010-12-11 7:32 ` [PATCH 13/13] clutter-box2d: " Saul Wold
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:02 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-support/libexif/libexif_0.6.16.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb b/meta/recipes-support/libexif/libexif_0.6.16.bb
index e0d4681..8fb15d9 100644
--- a/meta/recipes-support/libexif/libexif_0.6.16.bb
+++ b/meta/recipes-support/libexif/libexif_0.6.16.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
DEPENDS = "gettext"
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 12/13] libsoup: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (10 preceding siblings ...)
2010-12-11 1:02 ` [PATCH 11/13] libexif: " Saul Wold
@ 2010-12-11 1:02 ` Saul Wold
2010-12-11 7:32 ` [PATCH 13/13] clutter-box2d: " Saul Wold
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 1:02 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-core/meta/meta-ide-support.bb | 3 +--
meta/recipes-support/libsoup/libsoup_2.2.100.bb | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index ee85d5d..faec7fa 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -1,8 +1,7 @@
DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
- file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
-4de20420"
+ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
PR = "r1"
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb
index a96a762..7ead09d 100644
--- a/meta/recipes-support/libsoup/libsoup_2.2.100.bb
+++ b/meta/recipes-support/libsoup/libsoup_2.2.100.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "An HTTP library implementation in C"
-LICENSE = "GPL"
SECTION = "x11/gnome/libs"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
PR = "r1"
DEPENDS = "glib-2.0 gnutls libxml2"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 13/13] clutter-box2d: Add LIC_FILES_CHKSUM
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
` (11 preceding siblings ...)
2010-12-11 1:02 ` [PATCH 12/13] libsoup: " Saul Wold
@ 2010-12-11 7:32 ` Saul Wold
12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 7:32 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
---
meta/recipes-graphics/clutter/clutter-box2d.inc | 2 +-
meta/recipes-graphics/clutter/clutter-box2d_git.bb | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
index 0886195..7de8244 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d.inc
+++ b/meta/recipes-graphics/clutter/clutter-box2d.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "GPLv2"
+LICENSE = "Catto"
DEPENDS = "clutter-1.0"
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
index 4c74ffe..6f795b9 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
@@ -1,5 +1,7 @@
require clutter-box2d.inc
+LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=d0a73d52dbe6da5d8cc0f28493defb26"
+
PV = "0.0+git${SRCPV}"
PR = "r3"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set)
@ 2010-12-11 19:33 Saul Wold
2010-12-11 0:58 ` [PATCH 01/13] meta-ide-suppport: Add LIC_FILES_CHKSUM Saul Wold
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Saul Wold @ 2010-12-11 19:33 UTC (permalink / raw)
To: poky; +Cc: Saul Wold
This is one of the last batches of recipes updates for LIC_FILES_CHKSUM.
After this there are less than 5 recipes that need Licenses verified
before they can be added and we can enable the check as fatal
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/stage
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/stage
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Saul Wold (13):
meta-ide-suppport: Add LIC_FILES_CHKSUM
patch: Add LIC_FILES_CHKSUM
rpm: Add LIC_FILES_CHKSUM
gtkhtml2: Add LIC_FILES_CHKSUM
clutter: Add LIC_FILES_CHKSUM
table: Add LIC_FILES_CHKSUM
mutter: Add LIC_FILES_CHKSUM
task-poky-clutter: Add LIC_FILES_CHKSUM
libxscrnsaver: Add LIC_FILES_CHKSUM
gst-meta-base: Add LIC_FILES_CHKSUM
libexif: Add LIC_FILES_CHKSUM
libsoup: Add LIC_FILES_CHKSUM
clutter-box2d: Add LIC_FILES_CHKSUM
meta/recipes-core/meta/meta-ide-support.bb | 3 +++
meta/recipes-devtools/patch/patch_2.5.9.bb | 4 +++-
meta/recipes-devtools/rpm/rpm_5.1.10.bb | 2 ++
meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 3 ++-
meta/recipes-graphics/clutter/clutter-1.0_git.bb | 1 +
meta/recipes-graphics/clutter/clutter-box2d.inc | 2 +-
meta/recipes-graphics/clutter/clutter-box2d_git.bb | 2 ++
meta/recipes-graphics/clutter/clutter_git.bb | 4 +++-
meta/recipes-graphics/clutter/table.inc | 2 +-
meta/recipes-graphics/clutter/table_git.bb | 3 +++
meta/recipes-graphics/mutter/mutter_2.28.1.bb | 4 +++-
meta/recipes-graphics/mutter/mutter_git.bb | 2 ++
meta/recipes-graphics/tasks/task-poky-clutter.bb | 3 +++
.../xorg-lib/libxscrnsaver_1.2.1.bb | 4 +++-
.../gstreamer/gst-meta-base_0.10.bb | 3 +++
meta/recipes-support/libexif/libexif_0.6.16.bb | 3 ++-
meta/recipes-support/libsoup/libsoup_2.2.100.bb | 3 ++-
17 files changed, 39 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2010-12-11 19:36 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-11 19:33 [PATCH 00/13] LIC_FILES_CHKSUM Updates (almost last set) Saul Wold
2010-12-11 0:58 ` [PATCH 01/13] meta-ide-suppport: Add LIC_FILES_CHKSUM Saul Wold
2010-12-11 0:59 ` [PATCH 02/13] patch: " Saul Wold
2010-12-11 0:59 ` [PATCH 03/13] rpm: " Saul Wold
2010-12-11 0:59 ` [PATCH 04/13] gtkhtml2: " Saul Wold
2010-12-11 1:00 ` [PATCH 05/13] clutter: " Saul Wold
2010-12-11 1:00 ` [PATCH 06/13] table: " Saul Wold
2010-12-11 1:01 ` [PATCH 07/13] mutter: " Saul Wold
2010-12-11 1:01 ` [PATCH 08/13] task-poky-clutter: " Saul Wold
2010-12-11 1:01 ` [PATCH 09/13] libxscrnsaver: " Saul Wold
2010-12-11 1:02 ` [PATCH 10/13] gst-meta-base: " Saul Wold
2010-12-11 1:02 ` [PATCH 11/13] libexif: " Saul Wold
2010-12-11 1:02 ` [PATCH 12/13] libsoup: " Saul Wold
2010-12-11 7:32 ` [PATCH 13/13] clutter-box2d: " 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.