All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] gtk-doc: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
@ 2010-11-26 14:05 ` Zhai Edwin
  2010-11-26 14:18 ` [PATCH 02/11] gtk-theme-torturer: Add license check sum Zhai Edwin
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 14:05 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-gnome/gtk-doc/gtk-doc.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb
index 3f5e291..0e7828c 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc.bb
@@ -1,6 +1,8 @@
 SECTION = "x11/base"
 SRC_URI = "file://gtk-doc.m4"
 LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e"
+
 PR = "r4"
 
 ALLOW_EMPTY_${PN} = "1"
-- 
1.7.0.4



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

* [PATCH 02/11] gtk-theme-torturer: Add license check sum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
  2010-11-26 14:05 ` [PATCH 01/11] gtk-doc: Add license checksum Zhai Edwin
@ 2010-11-26 14:18 ` Zhai Edwin
  2010-11-26 14:32 ` [PATCH 03/11] libcanberra: " Zhai Edwin
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 14:18 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../gtk-theme-torturer/gtk-theme-torturer_git.bb   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
index adcdf2e..a84ab04 100644
--- a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
+++ b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
@@ -3,6 +3,7 @@ DEPENDS = "gtk+"
 HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC"
 SECTION = "devel"
 LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9"
 
 PV = "0.0.0+git${SRCDATE}"
 
-- 
1.7.0.4



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

* [PATCH 03/11] libcanberra: Add license check sum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
  2010-11-26 14:05 ` [PATCH 01/11] gtk-doc: Add license checksum Zhai Edwin
  2010-11-26 14:18 ` [PATCH 02/11] gtk-theme-torturer: Add license check sum Zhai Edwin
@ 2010-11-26 14:32 ` Zhai Edwin
  2010-11-26 14:44 ` [PATCH 04/11] libgalago: Add license checksum Zhai Edwin
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 14:32 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb
index c6d25dc..dedd199 100644
--- a/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb
+++ b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb
@@ -1,5 +1,8 @@
 DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops."
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+                    file://src/canberra.h;endline=24;md5=8dd99ba690687f5816f711d9313c8967"
+
 DEPENDS = "gtk+ pulseaudio alsa-lib libtool"
 PR = "r3"
 
-- 
1.7.0.4



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

* [PATCH 04/11] libgalago: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (2 preceding siblings ...)
  2010-11-26 14:32 ` [PATCH 03/11] libcanberra: " Zhai Edwin
@ 2010-11-26 14:44 ` Zhai Edwin
  2010-11-26 14:53 ` [PATCH 05/11] matchbox-wm-2: " Zhai Edwin
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 14:44 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../recipes-connectivity/galago/libgalago_0.5.2.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
index 3c4412d..f9bb7b3 100644
--- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
+++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
@@ -1,7 +1,10 @@
 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 =	"LGPL"
+LICENSE =	"LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
+                    file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401"
+
 DEPENDS = 	"gettext dbus glib-2.0 dbus-glib"
 
 SRC_URI =	"http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
-- 
1.7.0.4



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

* [PATCH 05/11] matchbox-wm-2: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (3 preceding siblings ...)
  2010-11-26 14:44 ` [PATCH 04/11] libgalago: Add license checksum Zhai Edwin
@ 2010-11-26 14:53 ` Zhai Edwin
  2010-11-26 15:00 ` [PATCH 06/11] metacity: " Zhai Edwin
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 14:53 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../matchbox-wm-2/matchbox-wm-2_svn.bb             |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
index f67e060..9c5cd93 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
@@ -1,6 +1,8 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a527906350ea7ce7ab1bb7564"
+
 DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
 
 PV = "0.0+svnr${SRCREV}"
-- 
1.7.0.4



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

* [PATCH 06/11] metacity: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (4 preceding siblings ...)
  2010-11-26 14:53 ` [PATCH 05/11] matchbox-wm-2: " Zhai Edwin
@ 2010-11-26 15:00 ` Zhai Edwin
  2010-11-26 15:24 ` [PATCH 07/11] xvinfo: " Zhai Edwin
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:00 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-gnome/gnome/metacity_2.22.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/metacity_2.22.0.bb b/meta/recipes-gnome/gnome/metacity_2.22.0.bb
index 44a5f86..f0d6c89 100644
--- a/meta/recipes-gnome/gnome/metacity_2.22.0.bb
+++ b/meta/recipes-gnome/gnome/metacity_2.22.0.bb
@@ -1,6 +1,9 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Metacity is the boring window manager for the adult in you."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
+
 DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native"
 PR = "r3"
 
-- 
1.7.0.4



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

* [PATCH 07/11] xvinfo: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (5 preceding siblings ...)
  2010-11-26 15:00 ` [PATCH 06/11] metacity: " Zhai Edwin
@ 2010-11-26 15:24 ` Zhai Edwin
  2010-11-26 15:34 ` [PATCH 08/11] libfakekey: " Zhai Edwin
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:24 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb
index ac27f13..640f413 100644
--- a/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb
+++ b/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb
@@ -1,5 +1,6 @@
 require xorg-app-common.inc
 
 DESCRIPTION = "Print out X-Video extension adaptor information"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
 DEPENDS += " libxv"
 PE = "1"
-- 
1.7.0.4



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

* [PATCH 08/11] libfakekey: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (6 preceding siblings ...)
  2010-11-26 15:24 ` [PATCH 07/11] xvinfo: " Zhai Edwin
@ 2010-11-26 15:34 ` Zhai Edwin
  2010-11-26 15:36 ` [PATCH 09/11] matchbox-session-sato: " Zhai Edwin
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:34 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-graphics/libfakekey/libfakekey_svn.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/libfakekey/libfakekey_svn.bb b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb
index 634fd4e..8949140 100644
--- a/meta/recipes-graphics/libfakekey/libfakekey_svn.bb
+++ b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://matchbox-project.org/"
 BUGTRACKER = "http://bugzilla.openedhand.com/"
 
 LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c"
 
 DEPENDS = "libxtst"
 SECTION = "x11/wm"
-- 
1.7.0.4



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

* [PATCH 09/11] matchbox-session-sato: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (7 preceding siblings ...)
  2010-11-26 15:34 ` [PATCH 08/11] libfakekey: " Zhai Edwin
@ 2010-11-26 15:36 ` Zhai Edwin
  2010-11-26 15:43 ` [PATCH 10/11] matchbox-stroke: " Zhai Edwin
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:36 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
index 5c01a13..96d644c 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.matchbox-project.org/"
 BUGTRACKER = "http://bugzilla.openedhand.com/"
 
 LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63"
 
 SECTION = "x11"
 RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session"
-- 
1.7.0.4



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

* [PATCH 10/11] matchbox-stroke: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (8 preceding siblings ...)
  2010-11-26 15:36 ` [PATCH 09/11] matchbox-session-sato: " Zhai Edwin
@ 2010-11-26 15:43 ` Zhai Edwin
  2010-11-26 15:58 ` [PATCH 11/11] qemu: " Zhai Edwin
  2010-12-02 18:06 ` [PATCH 00/11] X apps/UX license checksum, Edwin Saul Wold
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:43 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../matchbox-stroke/matchbox-stroke_svn.bb         |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
index f362655..1e25369 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://matchbox-project.org"
 BUGTRACKER = "http://bugzilla.openedhand.com/"
 
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa"
 
 DEPENDS = "libfakekey expat libxft"
 SECTION = "x11/wm"
-- 
1.7.0.4



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

* [PATCH 11/11] qemu: Add license checksum
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (9 preceding siblings ...)
  2010-11-26 15:43 ` [PATCH 10/11] matchbox-stroke: " Zhai Edwin
@ 2010-11-26 15:58 ` Zhai Edwin
  2010-12-02 18:06 ` [PATCH 00/11] X apps/UX license checksum, Edwin Saul Wold
  11 siblings, 0 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 15:58 UTC (permalink / raw)
  To: poky

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-devtools/qemu/qemu.inc       |    2 +-
 meta/recipes-devtools/qemu/qemu_0.12.4.bb |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index e9825c2..12ce82f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "open source processor emulator"
 HOMEPAGE = "http://qemu.org"
-LICENSE = "GPL"
+LICENSE = "GPLv2 & LGPLv2.1"
 DEPENDS = "zlib"
 
 EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-linux-user,i386-softmmu,x86_64-linux-user,x86_64-softmmu,mips-linux-user,mips-softmmu,ppc-linux-user,ppc-softmmu,mipsel-linux-user --disable-werror --disable-vnc-tls"
diff --git a/meta/recipes-devtools/qemu/qemu_0.12.4.bb b/meta/recipes-devtools/qemu/qemu_0.12.4.bb
index 6e7d86f..cb8c949 100644
--- a/meta/recipes-devtools/qemu/qemu_0.12.4.bb
+++ b/meta/recipes-devtools/qemu/qemu_0.12.4.bb
@@ -1,5 +1,8 @@
 require qemu.inc
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
+                    file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
+
 PR = "r22"
 
 FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
-- 
1.7.0.4



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

* [PATCH 00/11] X apps/UX license checksum, Edwin
@ 2010-11-26 16:08 Zhai Edwin
  2010-11-26 14:05 ` [PATCH 01/11] gtk-doc: Add license checksum Zhai Edwin
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Zhai Edwin @ 2010-11-26 16:08 UTC (permalink / raw)
  To: poky

Saul,
These are commits to add missing license checksum. I don't touch those recipes
that will be upgraded soon. One exception is pointercal, where only one config
file for each arch, so there is no consistent file for license checksum.

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

Thanks,
    Zhai Edwin <edwin.zhai@intel.com>
---


Zhai Edwin (11):
  gtk-doc: Add license checksum
  gtk-theme-torturer: Add license check sum
  libcanberra: Add license check sum
  libgalago: Add license checksum
  matchbox-wm-2: Add license checksum
  metacity: Add license checksum
  xvinfo: Add license checksum
  libfakekey: Add license checksum
  matchbox-session-sato: Add license checksum
  matchbox-stroke: Add license checksum
  qemu: Add license checksum

 .../recipes-connectivity/galago/libgalago_0.5.2.bb |    5 ++++-
 meta/recipes-devtools/qemu/qemu.inc                |    2 +-
 meta/recipes-devtools/qemu/qemu_0.12.4.bb          |    3 +++
 meta/recipes-gnome/gnome/metacity_2.22.0.bb        |    5 ++++-
 meta/recipes-gnome/gtk-doc/gtk-doc.bb              |    2 ++
 .../gtk-theme-torturer/gtk-theme-torturer_git.bb   |    1 +
 meta/recipes-graphics/libfakekey/libfakekey_svn.bb |    1 +
 .../matchbox-wm-2/matchbox-wm-2_svn.bb             |    4 +++-
 meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb     |    1 +
 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    1 +
 .../matchbox-stroke/matchbox-stroke_svn.bb         |    1 +
 meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb    |    5 ++++-
 12 files changed, 26 insertions(+), 5 deletions(-)



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

* Re: [PATCH 00/11] X apps/UX license checksum, Edwin
  2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
                   ` (10 preceding siblings ...)
  2010-11-26 15:58 ` [PATCH 11/11] qemu: " Zhai Edwin
@ 2010-12-02 18:06 ` Saul Wold
  11 siblings, 0 replies; 13+ messages in thread
From: Saul Wold @ 2010-12-02 18:06 UTC (permalink / raw)
  To: Zhai Edwin; +Cc: poky@yoctoproject.org

On 11/26/2010 08:08 AM, Zhai Edwin wrote:
> Saul,
> These are commits to add missing license checksum. I don't touch those recipes
> that will be upgraded soon. One exception is pointercal, where only one config
> file for each arch, so there is no consistent file for license checksum.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: gzhai/distro02
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/distro02
>
> Thanks,
>      Zhai Edwin<edwin.zhai@intel.com>
> ---
>
>
> Zhai Edwin (11):
>    gtk-doc: Add license checksum
>    gtk-theme-torturer: Add license check sum
>    libcanberra: Add license check sum
>    libgalago: Add license checksum
>    matchbox-wm-2: Add license checksum
>    metacity: Add license checksum
>    xvinfo: Add license checksum
>    libfakekey: Add license checksum
>    matchbox-session-sato: Add license checksum
>    matchbox-stroke: Add license checksum
>    qemu: Add license checksum
>
>   .../recipes-connectivity/galago/libgalago_0.5.2.bb |    5 ++++-
>   meta/recipes-devtools/qemu/qemu.inc                |    2 +-
>   meta/recipes-devtools/qemu/qemu_0.12.4.bb          |    3 +++
>   meta/recipes-gnome/gnome/metacity_2.22.0.bb        |    5 ++++-
>   meta/recipes-gnome/gtk-doc/gtk-doc.bb              |    2 ++
>   .../gtk-theme-torturer/gtk-theme-torturer_git.bb   |    1 +
>   meta/recipes-graphics/libfakekey/libfakekey_svn.bb |    1 +
>   .../matchbox-wm-2/matchbox-wm-2_svn.bb             |    4 +++-
>   meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb     |    1 +
>   .../matchbox-sato/matchbox-session-sato_0.1.bb     |    1 +
>   .../matchbox-stroke/matchbox-stroke_svn.bb         |    1 +
>   meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb    |    5 ++++-
>   12 files changed, 26 insertions(+), 5 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks
    Sau!




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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 16:08 [PATCH 00/11] X apps/UX license checksum, Edwin Zhai Edwin
2010-11-26 14:05 ` [PATCH 01/11] gtk-doc: Add license checksum Zhai Edwin
2010-11-26 14:18 ` [PATCH 02/11] gtk-theme-torturer: Add license check sum Zhai Edwin
2010-11-26 14:32 ` [PATCH 03/11] libcanberra: " Zhai Edwin
2010-11-26 14:44 ` [PATCH 04/11] libgalago: Add license checksum Zhai Edwin
2010-11-26 14:53 ` [PATCH 05/11] matchbox-wm-2: " Zhai Edwin
2010-11-26 15:00 ` [PATCH 06/11] metacity: " Zhai Edwin
2010-11-26 15:24 ` [PATCH 07/11] xvinfo: " Zhai Edwin
2010-11-26 15:34 ` [PATCH 08/11] libfakekey: " Zhai Edwin
2010-11-26 15:36 ` [PATCH 09/11] matchbox-session-sato: " Zhai Edwin
2010-11-26 15:43 ` [PATCH 10/11] matchbox-stroke: " Zhai Edwin
2010-11-26 15:58 ` [PATCH 11/11] qemu: " Zhai Edwin
2010-12-02 18:06 ` [PATCH 00/11] X apps/UX license checksum, Edwin 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.