diff options
author | Darren Hart <dvhart@linux.intel.com> | 2010-12-10 11:34:29 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:44 -0800 |
commit | 03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e (patch) | |
tree | 0b75fe6ba30ba8c4c6ea966b1aa6ea17f55879ce | |
parent | 042ba68b825863a2932ceaa3e5600158194eac44 (diff) | |
download | poky-03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e.tar.gz |
Correct LIC_FILES_CHKSUM typos
An investigation into undocumented variables uncovered a handful
of LIC_FILES_CHKSUM spelling errors
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.07.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/quilt/quilt.inc | 2 | ||||
-rw-r--r-- | 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 b42196e393..a1c0718638 100644 --- a/meta/recipes-devtools/nasm/nasm_2.07.bb +++ b/meta/recipes-devtools/nasm/nasm_2.07.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "General-purpose x86 assembler" | 1 | DESCRIPTION = "General-purpose x86 assembler" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "simplifiedBSD" | 3 | LICENSE = "simplifiedBSD" |
4 | LIC_CHKSUM_FILES = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb" |
5 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 5 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r0" |
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 77d1bcf55e..45425116af 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." | |||
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" | 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_CHKSUM_FILES = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ | 7 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ |
8 | file://install.patch \ | 8 | 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 0c4e1a63f5..02b484ace2 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/" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | LIC_FILE_CHKSUM = "file://CORYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" |
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ | 10 | SRC_URI = "ftp://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ |
11 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ | 11 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ |