All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/13] linux-firmware: Update LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
@ 2010-11-27 14:44 ` Dongxiao Xu
  2010-11-27 14:55 ` [PATCH 02/13] clutter-gst: Update LICENSE and " Dongxiao Xu
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 14:44 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../linux-firmware/linux-firmware_git.bb           |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 14cfc9c..a912c45 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -3,6 +3,19 @@ SECTION = "kernel"
 LICENSE = "Proprietary"
 LICENSE_${PN}-sd8686 = "Firmware:LICENSE.libertas"
 
+LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \
+                    file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
+                    file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
+                    file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
+                    file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
+                    file://LICENCE.mwl8k;md5=9ddea1734a4baf3c78d845151f42a37a \
+                    file://LICENCE.libertas;md5=2d2127d203ac000f1afabfce593659ce \
+                    file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \
+                    file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
+                    file://LICENCE.atheros_firmware;md5=62748c8fecfa12010fd76409db4b5459 \
+                    file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
+                   "
+
 PROVIDES += "linux-firmware-sd8686"
 
 PV = "0.0+git${SRCREV}"
-- 
1.6.3.3



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

* [PATCH 02/13] clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
  2010-11-27 14:44 ` [PATCH 01/13] linux-firmware: Update " Dongxiao Xu
@ 2010-11-27 14:55 ` Dongxiao Xu
  2010-11-27 15:09 ` [PATCH 03/13] gst-ffmpeg: " Dongxiao Xu
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 14:55 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../clutter/clutter-gst-1.0_git.bb                 |    3 +++
 meta/recipes-graphics/clutter/clutter-gst.inc      |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb
index 5580596..46519a0 100644
--- a/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb
@@ -2,6 +2,9 @@ require clutter-gst.inc
 
 PV = "0.11.0+git${SRCPV}"
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
+                    file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
+
 DEPENDS += "clutter-1.0"
 
 SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master"
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc
index 0a2f261..c46d0f0 100644
--- a/meta/recipes-graphics/clutter/clutter-gst.inc
+++ b/meta/recipes-graphics/clutter/clutter-gst.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "Clutter GStreamer"
 HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
 
 DEPENDS = "clutter-1.0 gstreamer gst-plugins-base"
 
-- 
1.6.3.3



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

* [PATCH 03/13] gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
  2010-11-27 14:44 ` [PATCH 01/13] linux-firmware: Update " Dongxiao Xu
  2010-11-27 14:55 ` [PATCH 02/13] clutter-gst: Update LICENSE and " Dongxiao Xu
@ 2010-11-27 15:09 ` Dongxiao Xu
  2010-11-27 15:30 ` [PATCH 04/13] gst-fluendo-mp3: " Dongxiao Xu
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 15:09 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gstreamer/gst-ffmpeg_0.10.1.bb                 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
index 9bd371e..599492f 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
@@ -1,7 +1,10 @@
 DESCRIPTION = "FFmpeg-based GStreamer plug-in"
 SECTION = "multimedia"
 PRIORITY = "optional"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+ & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://gst-libs/ext/ffmpeg/libavcodec/libpostproc/postprocess.h;beginline=1;endline=17;md5=a0c398349079dbd0ce70f03de8bc193a \
+                    file://gst-libs/ext/ffmpeg/ffserver.c;beginlin=1;endline=18;md5=49bde48d6d5c631f6f49d74ed491ea08"
 HOMEPAGE = "http://www.gstreamer.net/"
 DEPENDS = "gstreamer zlib gst-plugins-base"
 PR = "r4"
-- 
1.6.3.3



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

* [PATCH 04/13] gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (2 preceding siblings ...)
  2010-11-27 15:09 ` [PATCH 03/13] gst-ffmpeg: " Dongxiao Xu
@ 2010-11-27 15:30 ` Dongxiao Xu
  2010-11-27 15:36 ` [PATCH 05/13] gst-fluendo-mpegdemux: Fix LICENSE info Dongxiao Xu
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 15:30 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gstreamer/gst-fluendo-mp3_0.10.2.bb            |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb
index 9e33b30..3000d71 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb
@@ -1,5 +1,8 @@
 require gst-fluendo.inc
 
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=086bf92d974e459276adbfd808c615b4"
+
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
 SRC_URI += "file://configure_fix.patch;patch=1"
-- 
1.6.3.3



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

* [PATCH 05/13] gst-fluendo-mpegdemux: Fix LICENSE info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (3 preceding siblings ...)
  2010-11-27 15:30 ` [PATCH 04/13] gst-fluendo-mp3: " Dongxiao Xu
@ 2010-11-27 15:36 ` Dongxiao Xu
  2010-11-27 15:51 ` [PATCH 06/13] gupnp: Update LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 15:36 UTC (permalink / raw)
  To: poky

Add LIC_FILES_CHKSUM information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb      |    4 ++++
 meta/recipes-multimedia/gstreamer/gst-fluendo.inc  |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb
index 81645ac..3757c58 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb
@@ -1,2 +1,6 @@
 require gst-fluendo.inc
 DESCRIPTION = "Fluendo closed-format mpeg video GStreamer plug-in"
+
+LICENSE = "MPLv1.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \
+                    file://src/gstmpegdemux.h;beginline=1;endline=19;md5=3321040ac920ff350d21dc3a62587882"
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
index 76b76c2..0ec4b12 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
@@ -1,7 +1,6 @@
 DESCRIPTION = "Fluendo closed-format GStreamer plug-in"
 SECTION = "multimedia"
 PRIORITY = "optional"
-LICENSE = "MIT"
 HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php"
 DEPENDS = "gstreamer zlib"
 
-- 
1.6.3.3



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

* [PATCH 06/13] gupnp: Update LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (4 preceding siblings ...)
  2010-11-27 15:36 ` [PATCH 05/13] gst-fluendo-mpegdemux: Fix LICENSE info Dongxiao Xu
@ 2010-11-27 15:51 ` Dongxiao Xu
  2010-11-29  2:55 ` [PATCH 07/13] libomxil: Fix " Dongxiao Xu
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-27 15:51 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
index c9de798..5fb9d23 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
@@ -1,6 +1,8 @@
 SUMMARY = "UPnP framework"
 DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP  devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
+                    file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1"
 DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
 
 SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-- 
1.6.3.3



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

* [PATCH 07/13] libomxil: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (5 preceding siblings ...)
  2010-11-27 15:51 ` [PATCH 06/13] gupnp: Update LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
@ 2010-11-29  2:55 ` Dongxiao Xu
  2010-11-29  3:00 ` [PATCH 08/13] libsamplerate0: " Dongxiao Xu
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  2:55 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
index 016aed5..0498c19 100644
--- a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
+++ b/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "Bellagio OpenMAX Integration Layer"
 HOMEPAGE = "http://omxil.sourceforge.net/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
+                    file://src/omxcore.h;beginline=1;endline=27;md5=c2e37f68ba9652ca9b2431f466944174"
 DEPENDS = "libvorbis libogg alsa-lib libmad"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
-- 
1.6.3.3



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

* [PATCH 08/13] libsamplerate0: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (6 preceding siblings ...)
  2010-11-29  2:55 ` [PATCH 07/13] libomxil: Fix " Dongxiao Xu
@ 2010-11-29  3:00 ` Dongxiao Xu
  2010-11-29  3:09 ` [PATCH 09/13] libtelepathy: " Dongxiao Xu
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:00 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../libsamplerate/libsamplerate0_0.1.2.bb          |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb
index 1092340..1ecf4e4 100644
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "An audio Sample Rate Conversion library"
 SECTION = "libs"
-LICENSE = "GPL libsamplerate"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://src/samplerate.c;beginline=1;endline=17;md5=2deac26142757e825d957e5ac149b292"
 DEPENDS = "flac"
 PR = "r3"
 
-- 
1.6.3.3



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

* [PATCH 09/13] libtelepathy: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (7 preceding siblings ...)
  2010-11-29  3:00 ` [PATCH 08/13] libsamplerate0: " Dongxiao Xu
@ 2010-11-29  3:09 ` Dongxiao Xu
  2010-11-29  3:20 ` [PATCH 10/13] pulseaudio: " Dongxiao Xu
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:09 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../telepathy/libtelepathy_0.3.3.bb                |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
index 526a316..178bf34 100644
--- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
+++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
@@ -5,7 +5,9 @@ abstracts differences between protocols to provide a unified interface for \
 applications."
 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
 DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+                    file://src/tp-conn.c;beginline=1;endline=19;md5=4c58069f77d601cc59200bce5396c7cb"
 PR = "r3"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \
-- 
1.6.3.3



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

* [PATCH 10/13] pulseaudio: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (8 preceding siblings ...)
  2010-11-29  3:09 ` [PATCH 09/13] libtelepathy: " Dongxiao Xu
@ 2010-11-29  3:20 ` Dongxiao Xu
  2010-11-29  3:25 ` [PATCH 11/13] telepathy-idle: " Dongxiao Xu
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:20 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index fd8e60c..78d790f 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -2,7 +2,11 @@ DESCRIPTION = "Pulseaudio is a sound server for Linux and Unix-like operating sy
 HOMEPAGE = "http://www.pulseaudio.org"
 AUTHOR = "Lennart Poettering"
 SECTION = "libs/multimedia"
-LICENSE = "LGPL"
+LICENSE = "GPLv2+ & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
+                    file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+                    file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270 \
+                    file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
 DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool hal virtual/libx11"
 # optional
 DEPENDS += "alsa-lib glib-2.0 dbus consolekit hal"
-- 
1.6.3.3



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

* [PATCH 11/13] telepathy-idle: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (9 preceding siblings ...)
  2010-11-29  3:20 ` [PATCH 10/13] pulseaudio: " Dongxiao Xu
@ 2010-11-29  3:25 ` Dongxiao Xu
  2010-11-29  3:27 ` [PATCH 12/13] zeroconf: " Dongxiao Xu
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:25 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../telepathy/telepathy-idle_0.1.6.bb              |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
index 446e7be..0e7f4b7 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
@@ -2,7 +2,9 @@ SUMMARY = "Telepathy IRC connection manager"
 DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols."
 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
 DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+                    file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9"
 PR = "r0"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-- 
1.6.3.3



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

* [PATCH 12/13] zeroconf: Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (10 preceding siblings ...)
  2010-11-29  3:25 ` [PATCH 11/13] telepathy-idle: " Dongxiao Xu
@ 2010-11-29  3:27 ` Dongxiao Xu
  2010-11-29  3:44 ` [PATCH 13/13] Use completion scheduler in rm_work.bbclass Dongxiao Xu
  2010-12-02 18:31 ` [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Saul Wold
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:27 UTC (permalink / raw)
  To: poky

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
index 32f186f..8bcd476 100644
--- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
+++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
@@ -9,7 +9,9 @@ Addresses are assigned randomly by each host and, in case of collision, \
 both hosts (are supposed to) renumber."
 AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>"
 HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
+                    file://zeroconf.c;beginline=1;endline=13;md5=a5bada96e1e34b08eb7446b28e2630b2"
 SECTION = "net"
 PRIORITY = "optional"
 
-- 
1.6.3.3



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

* [PATCH 13/13] Use completion scheduler in rm_work.bbclass
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (11 preceding siblings ...)
  2010-11-29  3:27 ` [PATCH 12/13] zeroconf: " Dongxiao Xu
@ 2010-11-29  3:44 ` Dongxiao Xu
  2010-12-02 18:31 ` [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Saul Wold
  13 siblings, 0 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  3:44 UTC (permalink / raw)
  To: poky

This can help to avoid running out of disk in the middle of a build.
Fix [BUGID #531]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/classes/rm_work.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 87c4459..bee4901 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -5,6 +5,7 @@
 #
 # INHERIT += "rm_work"
 #
+BB_SCHEDULER ?= "completion"
 
 RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}"
 BB_DEFAULT_TASK = "rm_work_all"
-- 
1.6.3.3



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

* [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info
@ 2010-11-29  6:17 Dongxiao Xu
  2010-11-27 14:44 ` [PATCH 01/13] linux-firmware: Update " Dongxiao Xu
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Dongxiao Xu @ 2010-11-29  6:17 UTC (permalink / raw)
  To: poky

Hi Saul,

This pull request updates some LICENSE information, also it add
LIC_FILES_CHKSUM if missing.

Besides, the last commit fixed [BUGID #531].

Please help to review and pull, thanks!

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dxu4/license
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/license

Thanks,
    Dongxiao Xu <dongxiao.xu@intel.com>
---


Dongxiao Xu (13):
  linux-firmware: Update LIC_FILES_CHKSUM info
  clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
  gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM info
  gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM info
  gst-fluendo-mpegdemux: Fix LICENSE info
  gupnp: Update LICENSE and LIC_FILES_CHKSUM info
  libomxil: Fix LICENSE and LIC_FILES_CHKSUM info
  libsamplerate0: Fix LICENSE and LIC_FILES_CHKSUM info
  libtelepathy: Fix LICENSE and LIC_FILES_CHKSUM info
  pulseaudio: Fix LICENSE and LIC_FILES_CHKSUM info
  telepathy-idle: Fix LICENSE and LIC_FILES_CHKSUM info
  zeroconf: Fix LICENSE and LIC_FILES_CHKSUM info
  Use completion scheduler in rm_work.bbclass

 meta/classes/rm_work.bbclass                       |    1 +
 meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb    |    4 +++-
 .../telepathy/libtelepathy_0.3.3.bb                |    4 +++-
 .../telepathy/telepathy-idle_0.1.6.bb              |    4 +++-
 meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb |    4 +++-
 .../clutter/clutter-gst-1.0_git.bb                 |    3 +++
 meta/recipes-graphics/clutter/clutter-gst.inc      |    2 +-
 .../linux-firmware/linux-firmware_git.bb           |   13 +++++++++++++
 .../gstreamer/gst-ffmpeg_0.10.1.bb                 |    5 ++++-
 .../gstreamer/gst-fluendo-mp3_0.10.2.bb            |    3 +++
 .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb      |    4 ++++
 meta/recipes-multimedia/gstreamer/gst-fluendo.inc  |    1 -
 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb |    4 +++-
 .../libsamplerate/libsamplerate0_0.1.2.bb          |    4 +++-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    6 +++++-
 15 files changed, 52 insertions(+), 10 deletions(-)



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

* Re: [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info
  2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
                   ` (12 preceding siblings ...)
  2010-11-29  3:44 ` [PATCH 13/13] Use completion scheduler in rm_work.bbclass Dongxiao Xu
@ 2010-12-02 18:31 ` Saul Wold
  13 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2010-12-02 18:31 UTC (permalink / raw)
  To: Dongxiao Xu; +Cc: poky

On 11/28/2010 10:17 PM, Dongxiao Xu wrote:
> Hi Saul,
>
> This pull request updates some LICENSE information, also it add
> LIC_FILES_CHKSUM if missing.
>
> Besides, the last commit fixed [BUGID #531].
>
> Please help to review and pull, thanks!
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/license
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/license
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (13):
>    linux-firmware: Update LIC_FILES_CHKSUM info
>    clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
>    gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM info
>    gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM info
>    gst-fluendo-mpegdemux: Fix LICENSE info
>    gupnp: Update LICENSE and LIC_FILES_CHKSUM info
>    libomxil: Fix LICENSE and LIC_FILES_CHKSUM info
>    libsamplerate0: Fix LICENSE and LIC_FILES_CHKSUM info
>    libtelepathy: Fix LICENSE and LIC_FILES_CHKSUM info
>    pulseaudio: Fix LICENSE and LIC_FILES_CHKSUM info
>    telepathy-idle: Fix LICENSE and LIC_FILES_CHKSUM info
>    zeroconf: Fix LICENSE and LIC_FILES_CHKSUM info
>    Use completion scheduler in rm_work.bbclass
>
>   meta/classes/rm_work.bbclass                       |    1 +
>   meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb    |    4 +++-
>   .../telepathy/libtelepathy_0.3.3.bb                |    4 +++-
>   .../telepathy/telepathy-idle_0.1.6.bb              |    4 +++-
>   meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb |    4 +++-
>   .../clutter/clutter-gst-1.0_git.bb                 |    3 +++
>   meta/recipes-graphics/clutter/clutter-gst.inc      |    2 +-
>   .../linux-firmware/linux-firmware_git.bb           |   13 +++++++++++++
>   .../gstreamer/gst-ffmpeg_0.10.1.bb                 |    5 ++++-
>   .../gstreamer/gst-fluendo-mp3_0.10.2.bb            |    3 +++
>   .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb      |    4 ++++
>   meta/recipes-multimedia/gstreamer/gst-fluendo.inc  |    1 -
>   meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb |    4 +++-
>   .../libsamplerate/libsamplerate0_0.1.2.bb          |    4 +++-
>   meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    6 +++++-
>   15 files changed, 52 insertions(+), 10 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks

   Sau!



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

end of thread, other threads:[~2010-12-02 18:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-29  6:17 [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
2010-11-27 14:44 ` [PATCH 01/13] linux-firmware: Update " Dongxiao Xu
2010-11-27 14:55 ` [PATCH 02/13] clutter-gst: Update LICENSE and " Dongxiao Xu
2010-11-27 15:09 ` [PATCH 03/13] gst-ffmpeg: " Dongxiao Xu
2010-11-27 15:30 ` [PATCH 04/13] gst-fluendo-mp3: " Dongxiao Xu
2010-11-27 15:36 ` [PATCH 05/13] gst-fluendo-mpegdemux: Fix LICENSE info Dongxiao Xu
2010-11-27 15:51 ` [PATCH 06/13] gupnp: Update LICENSE and LIC_FILES_CHKSUM info Dongxiao Xu
2010-11-29  2:55 ` [PATCH 07/13] libomxil: Fix " Dongxiao Xu
2010-11-29  3:00 ` [PATCH 08/13] libsamplerate0: " Dongxiao Xu
2010-11-29  3:09 ` [PATCH 09/13] libtelepathy: " Dongxiao Xu
2010-11-29  3:20 ` [PATCH 10/13] pulseaudio: " Dongxiao Xu
2010-11-29  3:25 ` [PATCH 11/13] telepathy-idle: " Dongxiao Xu
2010-11-29  3:27 ` [PATCH 12/13] zeroconf: " Dongxiao Xu
2010-11-29  3:44 ` [PATCH 13/13] Use completion scheduler in rm_work.bbclass Dongxiao Xu
2010-12-02 18:31 ` [PATCH 00/13][PULL] Fix LICENSE and LIC_FILES_CHKSUM info 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.