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 /meta/recipes-devtools/nasm | |
parent | 042ba68b825863a2932ceaa3e5600158194eac44 (diff) | |
download | openembedded-core-03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e.tar.gz openembedded-core-03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e.tar.bz2 openembedded-core-03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/nasm')
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.07.bb | 2 |
1 files changed, 1 insertions, 1 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 @@ 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" |