All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Correct DESCRIPTION typos in various recipes
  2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
@ 2010-12-10 18:52 ` Darren Hart
  2010-12-10 18:54 ` [PATCH 2/5] image-swab: Correct PARALLEL_MAKE typo Darren Hart
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 18:52 UTC (permalink / raw)
  To: sgw, poky

An investigation into undocumented variables uncovered a few mispellings
of the variable DESCRIPTION.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 .../initrdscripts/initramfs-boot_1.0.bb            |    2 +-
 .../initrdscripts/initramfs-live-boot_1.0.bb       |    2 +-
 .../initrdscripts/initramfs-live-install_1.0.bb    |    2 +-
 meta/recipes-core/tasks/task-poky-sdk.bb           |    2 +-
 meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb     |    2 +-
 .../tasks/task-poky-standalone-gmae-sdk-target.bb  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
index 8b2acae..8be0193 100644
--- a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
@@ -1,4 +1,4 @@
-DESCRIPTON = "A live image init script"
+DESCRIPTION = "A live image init script"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 SRC_URI = "file://init-boot.sh"
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
index 7eb8db1..83e3be9 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
@@ -1,4 +1,4 @@
-DESCRIPTON = "A live image init script"
+DESCRIPTION = "A live image init script"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 SRC_URI = "file://init-live.sh"
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
index b3a16bd..82a1e44 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
@@ -1,4 +1,4 @@
-DESCRIPTON = "A live image init script"
+DESCRIPTION = "A live image init script"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 SRC_URI = "file://init-install.sh"
diff --git a/meta/recipes-core/tasks/task-poky-sdk.bb b/meta/recipes-core/tasks/task-poky-sdk.bb
index 61e9dfb..758cc2e 100644
--- a/meta/recipes-core/tasks/task-poky-sdk.bb
+++ b/meta/recipes-core/tasks/task-poky-sdk.bb
@@ -2,7 +2,7 @@
 # Copyright (C) 2007 OpenedHand Ltd.
 #
 
-DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
+DESCRIPTION = "Software Development Tasks for OpenedHand Poky"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
index 1618ec4..b3b5ebb 100644
--- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
+++ b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
@@ -2,7 +2,7 @@
 # Copyright (C) 2007 OpenedHand Ltd.
 #
 
-DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
+DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
index 22ee991..cf81bf3 100644
--- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
+++ b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
@@ -2,7 +2,7 @@
 # Copyright (C) 2007 OpenedHand Ltd.
 #
 
-DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
+DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-- 
1.7.1



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

* [PATCH 2/5] image-swab: Correct PARALLEL_MAKE typo
  2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
  2010-12-10 18:52 ` [PATCH 1/5] Correct DESCRIPTION typos in various recipes Darren Hart
@ 2010-12-10 18:54 ` Darren Hart
  2010-12-10 19:34 ` [PATCH 3/5] Correct LIC_FILES_CHKSUM typos Darren Hart
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 18:54 UTC (permalink / raw)
  To: sgw, poky

An investigation into undocumented variables uncovered a mispelled
instance of PARALLEL_MAKE in image-swab.bbclass.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta/classes/image-swab.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image-swab.bbclass b/meta/classes/image-swab.bbclass
index 554867b..fc1eccb 100644
--- a/meta/classes/image-swab.bbclass
+++ b/meta/classes/image-swab.bbclass
@@ -31,7 +31,7 @@ PARALLEL_MAKE_pn-rpm = ""
 PARALLEL_MAKE_pn-tcl = ""
 PARALLEL_MAKE_pn-beecrypt = ""
 PARALLEL_MAKE_pn-curl = ""
-PARALELL_MAKE_pn-gmp = ""
+PARALLEL_MAKE_pn-gmp = ""
 PARALLEL_MAKE_pn-libmpc = ""
 PARALLEL_MAKE_pn-libxslt = ""
 PARALLEL_MAKE_pn-lzo = ""
-- 
1.7.1



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

* [PATCH 3/5] Correct LIC_FILES_CHKSUM typos
  2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
  2010-12-10 18:52 ` [PATCH 1/5] Correct DESCRIPTION typos in various recipes Darren Hart
  2010-12-10 18:54 ` [PATCH 2/5] image-swab: Correct PARALLEL_MAKE typo Darren Hart
@ 2010-12-10 19:34 ` Darren Hart
  2010-12-10 19:35 ` [PATCH 4/5] tcl: Correct license checksums Darren Hart
  2010-12-10 19:38 ` [PATCH 5/5] linux-libc-headers: Correct license checksum Darren Hart
  4 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 19:34 UTC (permalink / raw)
  To: sgw, poky

An investigation into undocumented variables uncovered a handful
of LIC_FILES_CHKSUM spelling errors

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta/recipes-devtools/nasm/nasm_2.07.bb       |    2 +-
 meta/recipes-devtools/quilt/quilt.inc         |    2 +-
 meta/recipes-extended/groff/groff_1.18.1.4.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb
index b42196e..a1c0718 100644
--- a/meta/recipes-devtools/nasm/nasm_2.07.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.07.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "General-purpose x86 assembler"
 SECTION = "devel"
 LICENSE = "simplifiedBSD"
-LIC_CHKSUM_FILES = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb"
 COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
 
 PR = "r0"
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 77d1bcf..4542511 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Tool to work with series of patches."
 HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
 SECTION = "devel"
 LICENSE = "GPLv2"
-LIC_CHKSUM_FILES = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
         file://install.patch \
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb
index 0c4e1a6..02b484a 100644
--- a/meta/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/"
 LICENSE = "GPLv2"
 PR = "r1"
 
-LIC_FILE_CHKSUM = "file://CORYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \
           file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \
-- 
1.7.1



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

* [PATCH 4/5] tcl: Correct license checksums
  2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
                   ` (2 preceding siblings ...)
  2010-12-10 19:34 ` [PATCH 3/5] Correct LIC_FILES_CHKSUM typos Darren Hart
@ 2010-12-10 19:35 ` Darren Hart
  2010-12-10 19:38 ` [PATCH 5/5] linux-libc-headers: Correct license checksum Darren Hart
  4 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 19:35 UTC (permalink / raw)
  To: sgw, poky

Correct a typo in LIC_FILES_CHKSUM in the tcl recipe and the changed md5sums
that appeared during a test build.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta/recipes-devtools/tcltk/tcl_8.5.9.bb |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
index aa1805b..12e2bd0 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
@@ -3,12 +3,12 @@ LICENSE = "tcl"
 SECTION = "devel/tcltk"
 HOMEPAGE = "http://tcl.sourceforge.net"
 DEPENDS = "tcl-native"
-LIC_CHKSUM_FILES = "file://../license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
-    file://../compat/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
-    file://../library/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
-    file://../macosx/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
-    file://../tests/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
-    file://../win/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
+LIC_FILES_CHKSUM = "file://../license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
+    file://../compat/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
+    file://../library/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
+    file://../macosx/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
+    file://../tests/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
+    file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
     "
 
 PR = "r0"
-- 
1.7.1



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

* [PATCH 5/5] linux-libc-headers: Correct license checksum
  2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
                   ` (3 preceding siblings ...)
  2010-12-10 19:35 ` [PATCH 4/5] tcl: Correct license checksums Darren Hart
@ 2010-12-10 19:38 ` Darren Hart
  4 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 19:38 UTC (permalink / raw)
  To: sgw, poky

Correct a typo in LIC_FILES_CHKSUM for linux-libc-headers as well as update
the md5sum.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 .../linux-libc-headers/linux-libc-headers.inc      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index e6cb1d8..f25aed4 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
 SECTION = "devel"
 LICENSE = "GPLv2"
 
-LIC_CHKSUM_FILES = "file://COPYING " 
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2"
 
 #DEPENDS = "cross-linkage"
-- 
1.7.1



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

* [PATCH 0/5] Recipe variable cleanup - typos mostly
@ 2010-12-10 19:53 Darren Hart
  2010-12-10 18:52 ` [PATCH 1/5] Correct DESCRIPTION typos in various recipes Darren Hart
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Darren Hart @ 2010-12-10 19:53 UTC (permalink / raw)
  To: sgw, poky

An investigation into undocumented variables revealed a few typos
in common recipe variables. The following patches address those for:

DESCRIPTION
PARALLEL_MAKE
LIC_FILES_CHKSUM

The latter uncovered a few bad md5sums and other typos, those are addressed
as well.

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

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (5):
  Correct DESCRIPTION typos in various recipes
  image-swab: Correct PARALLEL_MAKE typo
  Correct LIC_FILES_CHKSUM typos
  tcl: Correct license checksums
  linux-libc-headers: Correct license checksum

 meta/classes/image-swab.bbclass                    |    2 +-
 .../initrdscripts/initramfs-boot_1.0.bb            |    2 +-
 .../initrdscripts/initramfs-live-boot_1.0.bb       |    2 +-
 .../initrdscripts/initramfs-live-install_1.0.bb    |    2 +-
 meta/recipes-core/tasks/task-poky-sdk.bb           |    2 +-
 meta/recipes-devtools/nasm/nasm_2.07.bb            |    2 +-
 meta/recipes-devtools/quilt/quilt.inc              |    2 +-
 meta/recipes-devtools/tcltk/tcl_8.5.9.bb           |   12 ++++++------
 meta/recipes-extended/groff/groff_1.18.1.4.bb      |    2 +-
 meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb     |    2 +-
 .../tasks/task-poky-standalone-gmae-sdk-target.bb  |    2 +-
 .../linux-libc-headers/linux-libc-headers.inc      |    2 +-
 12 files changed, 17 insertions(+), 17 deletions(-)



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

end of thread, other threads:[~2010-12-10 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 19:53 [PATCH 0/5] Recipe variable cleanup - typos mostly Darren Hart
2010-12-10 18:52 ` [PATCH 1/5] Correct DESCRIPTION typos in various recipes Darren Hart
2010-12-10 18:54 ` [PATCH 2/5] image-swab: Correct PARALLEL_MAKE typo Darren Hart
2010-12-10 19:34 ` [PATCH 3/5] Correct LIC_FILES_CHKSUM typos Darren Hart
2010-12-10 19:35 ` [PATCH 4/5] tcl: Correct license checksums Darren Hart
2010-12-10 19:38 ` [PATCH 5/5] linux-libc-headers: Correct license checksum Darren Hart

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.