* [PATCH 1/6] insane.bbclass: Add local file checksum condition for 'n/a'
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
@ 2010-11-29 7:02 ` Mei Lei
2010-11-29 7:06 ` [PATCH 2/6] Keymaps:Add license checksum 'n/a' for this local recipe Mei Lei
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:02 UTC (permalink / raw)
To: poky
Add local license file checksum condition 'n/a' for local recipe
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/classes/insane.bbclass | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index b06d021..ccc3496 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -343,6 +343,10 @@ def package_qa_check_license(workdir, d):
sane = True
lic_files = bb.data.getVar('LIC_FILES_CHKSUM', d, True)
+
+ if lic_files.lower() == 'n/a':
+ return True
+
pn = bb.data.getVar('PN', d, True)
if not lic_files:
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/6] Keymaps:Add license checksum 'n/a' for this local recipe
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
2010-11-29 7:02 ` [PATCH 1/6] insane.bbclass: Add local file checksum condition for 'n/a' Mei Lei
@ 2010-11-29 7:06 ` Mei Lei
2010-11-29 7:06 ` [PATCH 3/6] initscripts:Add license checksum 'n/a' for local recipes Mei Lei
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:06 UTC (permalink / raw)
To: poky
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-bsp/keymaps/keymaps_1.0.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 7c42758..cea8ba4 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
SECTION = "base"
RDEPENDS_${PN} = "initscripts console-tools"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "n/a"
PACKAGE_ARCH = "${MACHINE}"
PR = "r17"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 3/6] initscripts:Add license checksum 'n/a' for local recipes
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
2010-11-29 7:02 ` [PATCH 1/6] insane.bbclass: Add local file checksum condition for 'n/a' Mei Lei
2010-11-29 7:06 ` [PATCH 2/6] Keymaps:Add license checksum 'n/a' for this local recipe Mei Lei
@ 2010-11-29 7:06 ` Mei Lei
2010-11-29 7:06 ` [PATCH 4/6] eee-acpi-scripts:Add license checksum 'n/a' for this local recipe Mei Lei
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:06 UTC (permalink / raw)
To: poky
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-core/initscripts/initscripts_1.0.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index 1ec007d..fc77a80 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -5,6 +5,7 @@ PRIORITY = "required"
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "n/a"
PR = "r122"
SRC_URI = "file://functions \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 4/6] eee-acpi-scripts:Add license checksum 'n/a' for this local recipe
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
` (2 preceding siblings ...)
2010-11-29 7:06 ` [PATCH 3/6] initscripts:Add license checksum 'n/a' for local recipes Mei Lei
@ 2010-11-29 7:06 ` Mei Lei
2010-11-29 7:06 ` [PATCH 5/6] modutils-initscripts:Add " Mei Lei
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:06 UTC (permalink / raw)
To: poky
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../eee-acpi-scripts/eee-acpi-scripts_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
index 4c26504..1c893da 100644
--- a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
+++ b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
@@ -1,7 +1,7 @@
SECTION = "base"
DESCRIPTION = "eeePC specific ACPI scripts"
LICENSE="GPL"
-
+LIC_FILES_CHKSUM = "n/a"
PV = "0.0+git${SRCREV}"
PR = "r3"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 5/6] modutils-initscripts:Add license checksum 'n/a' for this local recipe
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
` (3 preceding siblings ...)
2010-11-29 7:06 ` [PATCH 4/6] eee-acpi-scripts:Add license checksum 'n/a' for this local recipe Mei Lei
@ 2010-11-29 7:06 ` Mei Lei
2010-11-29 7:06 ` [PATCH 6/6] gthumb:Add license checksum to bb file Mei Lei
2010-11-29 21:58 ` [PATCH 0/6] Update five recipes License information Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:06 UTC (permalink / raw)
To: poky
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../modutils/modutils-initscripts.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.bb
index b8fc6c2..74a22d2 100644
--- a/meta/recipes-kernel/modutils/modutils-initscripts.bb
+++ b/meta/recipes-kernel/modutils/modutils-initscripts.bb
@@ -1,6 +1,7 @@
SECTION = "base"
DESCRIPTION = "modutils configuration files"
LICENSE = "PD"
+LIC_FILES_CHKSUM = "n/a"
SRC_URI = "file://modutils.sh"
PR = "r4"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 6/6] gthumb:Add license checksum to bb file
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
` (4 preceding siblings ...)
2010-11-29 7:06 ` [PATCH 5/6] modutils-initscripts:Add " Mei Lei
@ 2010-11-29 7:06 ` Mei Lei
2010-11-29 21:58 ` [PATCH 0/6] Update five recipes License information Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Mei Lei @ 2010-11-29 7:06 UTC (permalink / raw)
To: poky
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
meta/recipes-gnome/gthumb/gthumb_2.12.0.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
index f6755b0..27f63db 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
SECTION = "x11/gnome"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff"
PR = "r1"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 0/6] Update five recipes License information
2010-11-29 7:11 [PATCH 0/6] Update five recipes License information Mei Lei
` (5 preceding siblings ...)
2010-11-29 7:06 ` [PATCH 6/6] gthumb:Add license checksum to bb file Mei Lei
@ 2010-11-29 21:58 ` Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2010-11-29 21:58 UTC (permalink / raw)
To: poky
On 11/28/2010 11:11 PM, Mei Lei wrote:
> This contains five recipes license MD5sum update, four of them are local recipes. And also update the insane.bbclass for local recipes' license is "n/a"
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: lmei3/chksum4
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum4
>
> Thanks,
> Mei Lei<lei.mei@intel.com>
> ---
>
>
> Mei Lei (6):
> insane.bbclass: Add local file checksum condition for 'n/a'
> Keymaps:Add license checksum 'n/a' for this local recipe
> initscripts:Add license checksum 'n/a' for local recipes
> eee-acpi-scripts:Add license checksum 'n/a' for this local recipe
> modutils-initscripts:Add license checksum 'n/a' for this local recipe
I did not accept these changes since we will use the suggestion from
Richard to use ${POKYBASE}/LICENSE and ${POKYBASE}/meta/COPYING.MIT for
the LIC_FILES_CHKSUM.
Sau!
> gthumb:Add license checksum to bb file
>
> meta/classes/insane.bbclass | 4 ++++
> .../eee-acpi-scripts/eee-acpi-scripts_git.bb | 2 +-
> meta/recipes-bsp/keymaps/keymaps_1.0.bb | 1 +
> meta/recipes-core/initscripts/initscripts_1.0.bb | 1 +
> meta/recipes-gnome/gthumb/gthumb_2.12.0.bb | 1 +
> .../modutils/modutils-initscripts.bb | 1 +
> 6 files changed, 9 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 8+ messages in thread