* [PATCH 1/8] fotowall: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
@ 2010-11-25 7:16 ` Yu Ke
2010-11-25 11:51 ` [PATCH 2/8] iputils: " Yu Ke
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 7:16 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-qt/qt-apps/fotowall_0.9.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
index 4070ac5..e826a5a 100644
--- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb
+++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
@@ -3,6 +3,8 @@ in a personal way. You can add pictures, then resize, move, change colors, text,
HOMEPAGE = "http://www.enricoros.com/opensource/fotowall"
LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://GPL_V2;md5=79808397c3355f163c012616125c9e26 \
+ file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc"
SECTION = "x11/apps"
DEPENDS = "qt4-x11-free"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/8] iputils: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
2010-11-25 7:16 ` [PATCH 1/8] fotowall: " Yu Ke
@ 2010-11-25 11:51 ` Yu Ke
2010-11-25 12:12 ` [PATCH 3/8] libdrm: " Yu Ke
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 11:51 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-extended/iputils/iputils_s20100418.bb | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/iputils/iputils_s20100418.bb b/meta/recipes-extended/iputils/iputils_s20100418.bb
index 3f793ec..bdb5265 100644
--- a/meta/recipes-extended/iputils/iputils_s20100418.bb
+++ b/meta/recipes-extended/iputils/iputils_s20100418.bb
@@ -5,6 +5,11 @@ SECTION = "console/network"
LICENSE = "BSD & GPLv2+"
+LIC_FILES_CHKSUM = "file://ping.c;beginline=1;endline=35;md5=f9ceb201733e9a6cf8f00766dd278d82 \
+ file://tracepath.c;beginline=1;endline=10;md5=0ecea2bf60bff2f3d840096d87647f3d \
+ file://arping.c;beginline=1;endline=10;md5=ada2a6d06acc90f943bddf40d15e0541 \
+ file://tftpd.c;beginline=1;endline=32;md5=28834bf8a91a5b8a92755dbee709ef96 "
+
DEPENDS = "sysfsutils openssl"
PR = "r0"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/8] libdrm: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
2010-11-25 7:16 ` [PATCH 1/8] fotowall: " Yu Ke
2010-11-25 11:51 ` [PATCH 2/8] iputils: " Yu Ke
@ 2010-11-25 12:12 ` Yu Ke
2010-11-25 12:13 ` [PATCH 4/8] qemugl: " Yu Ke
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:12 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-graphics/drm/libdrm_2.4.22.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.22.bb b/meta/recipes-graphics/drm/libdrm_2.4.22.bb
index e0c0f01..d8e0fff 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.22.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.22.bb
@@ -1,5 +1,7 @@
require libdrm.inc
+LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
+
SRC_URI += "file://installtests.patch"
SRC_URI[md5sum] = "3bdfa33f35d1c902e5115cceb5500c83"
SRC_URI[sha256sum] = "0bb0e594e4094d9000d80f38e96e8f640b6364f96cfef5b970cf4481443c6b3d"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 4/8] qemugl: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (2 preceding siblings ...)
2010-11-25 12:12 ` [PATCH 3/8] libdrm: " Yu Ke
@ 2010-11-25 12:13 ` Yu Ke
2010-11-25 12:28 ` [PATCH 5/8] xf86-video-vesa: " Yu Ke
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:13 UTC (permalink / raw)
To: poky
also correct the license type according to the src
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-graphics/mesa/qemugl_git.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb
index 8f89291..19d6557 100644
--- a/meta/recipes-graphics/mesa/qemugl_git.bb
+++ b/meta/recipes-graphics/mesa/qemugl_git.bb
@@ -1,7 +1,9 @@
DESCRIPTION = "QEMU i386 OpenGL passtrough"
HOMEPAGE = "http://savannah.nongnu.org/projects/qemugl"
SECTION = "x11/drivers"
-LICENSE = "GPL"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://opengl_client.c;beginline=4;endline=23;md5=a7dbe915be5fb5df8fd496f348ed9a05 \
+ file://parse_mesa_get_c.c;befinline=4;endline=23;md5=a55f258f32720c9565a425a3956bcb5e"
DEPENDS = "virtual/libx11 xproto glproto libxfixes"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 5/8] xf86-video-vesa: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (3 preceding siblings ...)
2010-11-25 12:13 ` [PATCH 4/8] qemugl: " Yu Ke
@ 2010-11-25 12:28 ` Yu Ke
2010-11-25 12:38 ` [PATCH 6/8] xf86-input-synaptics: " Yu Ke
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:28 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../xorg-driver/xf86-video-vesa_2.3.0.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
index 3212004..17f9d37 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
@@ -1,5 +1,7 @@
require xf86-video-common.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146"
+
EXTRA_OECONF += "--disable-xvmc"
DESCRIPTION = "X.Org X server -- Generic Vesa display driver"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 6/8] xf86-input-synaptics: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (4 preceding siblings ...)
2010-11-25 12:28 ` [PATCH 5/8] xf86-video-vesa: " Yu Ke
@ 2010-11-25 12:38 ` Yu Ke
2010-11-25 12:40 ` [PATCH 7/8] xf86-video-intel: " Yu Ke
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:38 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../xorg-driver/xf86-input-synaptics_1.2.1.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.2.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.2.1.bb
index 8112839..8b7b3f7 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.2.1.bb
@@ -2,4 +2,6 @@ require xf86-input-common.inc
DESCRIPTION = "X.Org X server -- keyboard input driver"
+LIC_FILES_CHKSUM = "file://COPYING;md5=08955125302e95a16628a4bec64ade5f"
+
DEPENDS += "libxi"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 7/8] xf86-video-intel: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (5 preceding siblings ...)
2010-11-25 12:38 ` [PATCH 6/8] xf86-input-synaptics: " Yu Ke
@ 2010-11-25 12:40 ` Yu Ke
2010-11-25 12:44 ` [PATCH 8/8] xf86-video-omapfb: " Yu Ke
2010-12-02 17:53 ` [PATCH 0/8] " Saul Wold
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:40 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../xorg-driver/xf86-video-intel_2.13.0.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb
index f902005..6f0c81c 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb
@@ -2,6 +2,8 @@ require xf86-video-common.inc
DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
+
EXTRA_OECONF += "--disable-xvmc"
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 8/8] xf86-video-omapfb: add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (6 preceding siblings ...)
2010-11-25 12:40 ` [PATCH 7/8] xf86-video-intel: " Yu Ke
@ 2010-11-25 12:44 ` Yu Ke
2010-12-02 17:53 ` [PATCH 0/8] " Saul Wold
8 siblings, 0 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:44 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../xorg-driver/xf86-video-omapfb_git.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
index 15bef87..f85018e 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
@@ -1,6 +1,8 @@
require xf86-driver-common.inc
DESCRIPTION = "X.Org X server -- OMAP display driver"
+LICENSE = "MIT-X"
+LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=f92471b5389bc1d5f765d679f54ebade"
DEPENDS += "virtual/libx11"
PE = "1"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 0/8] add license checksum
@ 2010-11-25 12:56 Yu Ke
2010-11-25 7:16 ` [PATCH 1/8] fotowall: " Yu Ke
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Yu Ke @ 2010-11-25 12:56 UTC (permalink / raw)
To: poky
add license checksum for:
- fotowall
- iputils
- libdrm
- qemugl
- xf86-video-vesa
- xf86-input-synaptics
- xf86-video-intel
- xf86-video-omapfb
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kyu3/license
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/license
Thanks,
Yu Ke <ke.yu@intel.com>
---
Yu Ke (8):
fotowall: add license checksum
iputils: add license checksum
libdrm: add license checksum
qemugl: add license checksum
xf86-video-vesa: add license checksum
xf86-input-synaptics: add license checksum
xf86-video-intel: add license checksum
xf86-video-omapfb: add license checksum
meta/recipes-extended/iputils/iputils_s20100418.bb | 5 +++++
meta/recipes-graphics/drm/libdrm_2.4.22.bb | 2 ++
meta/recipes-graphics/mesa/qemugl_git.bb | 4 +++-
.../xorg-driver/xf86-input-synaptics_1.2.1.bb | 2 ++
.../xorg-driver/xf86-video-intel_2.13.0.bb | 2 ++
.../xorg-driver/xf86-video-omapfb_git.bb | 2 ++
.../xorg-driver/xf86-video-vesa_2.3.0.bb | 2 ++
meta/recipes-qt/qt-apps/fotowall_0.9.bb | 2 ++
8 files changed, 20 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/8] add license checksum
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
` (7 preceding siblings ...)
2010-11-25 12:44 ` [PATCH 8/8] xf86-video-omapfb: " Yu Ke
@ 2010-12-02 17:53 ` Saul Wold
8 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2010-12-02 17:53 UTC (permalink / raw)
To: Yu Ke; +Cc: poky@yoctoproject.org
On 11/25/2010 04:56 AM, Yu Ke wrote:
> add license checksum for:
> - fotowall
> - iputils
> - libdrm
> - qemugl
> - xf86-video-vesa
> - xf86-input-synaptics
> - xf86-video-intel
> - xf86-video-omapfb
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: kyu3/license
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/license
>
> Thanks,
> Yu Ke<ke.yu@intel.com>
> ---
>
>
> Yu Ke (8):
> fotowall: add license checksum
> iputils: add license checksum
> libdrm: add license checksum
> qemugl: add license checksum
> xf86-video-vesa: add license checksum
> xf86-input-synaptics: add license checksum
> xf86-video-intel: add license checksum
> xf86-video-omapfb: add license checksum
>
> meta/recipes-extended/iputils/iputils_s20100418.bb | 5 +++++
> meta/recipes-graphics/drm/libdrm_2.4.22.bb | 2 ++
> meta/recipes-graphics/mesa/qemugl_git.bb | 4 +++-
> .../xorg-driver/xf86-input-synaptics_1.2.1.bb | 2 ++
> .../xorg-driver/xf86-video-intel_2.13.0.bb | 2 ++
> .../xorg-driver/xf86-video-omapfb_git.bb | 2 ++
> .../xorg-driver/xf86-video-vesa_2.3.0.bb | 2 ++
> meta/recipes-qt/qt-apps/fotowall_0.9.bb | 2 ++
> 8 files changed, 20 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pull into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-12-02 17:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25 12:56 [PATCH 0/8] add license checksum Yu Ke
2010-11-25 7:16 ` [PATCH 1/8] fotowall: " Yu Ke
2010-11-25 11:51 ` [PATCH 2/8] iputils: " Yu Ke
2010-11-25 12:12 ` [PATCH 3/8] libdrm: " Yu Ke
2010-11-25 12:13 ` [PATCH 4/8] qemugl: " Yu Ke
2010-11-25 12:28 ` [PATCH 5/8] xf86-video-vesa: " Yu Ke
2010-11-25 12:38 ` [PATCH 6/8] xf86-input-synaptics: " Yu Ke
2010-11-25 12:40 ` [PATCH 7/8] xf86-video-intel: " Yu Ke
2010-11-25 12:44 ` [PATCH 8/8] xf86-video-omapfb: " Yu Ke
2010-12-02 17:53 ` [PATCH 0/8] " 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.