]> code.ossystems Code Review - openembedded-core.git/commitdiff
Correct LIC_FILES_CHKSUM typos
authorDarren Hart <dvhart@linux.intel.com>
Fri, 10 Dec 2010 19:34:29 +0000 (11:34 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:44 +0000 (22:01 -0800)
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
meta/recipes-devtools/quilt/quilt.inc
meta/recipes-extended/groff/groff_1.18.1.4.bb

index b42196e393f87cdde1ae77328e23b548fa1d3337..a1c071863831d08ba9999abb2cbed711df709d3b 100644 (file)
@@ -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"
index 77d1bcf55ee41b39efce4fd71f6b7ada783cbbec..45425116af50ad985588b414442e6be698e42946 100644 (file)
@@ -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 \
index 0c4e1a63f593c4741ad1c7b1fe2d819108f754b7..02b484ace2b8fe2f0507376619112ef3f88cc1c3 100644 (file)
@@ -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 \