From 03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 10 Dec 2010 11:34:29 -0800 Subject: Correct LIC_FILES_CHKSUM typos An investigation into undocumented variables uncovered a handful of LIC_FILES_CHKSUM spelling errors Signed-off-by: Darren Hart --- meta/recipes-devtools/nasm/nasm_2.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/nasm') 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" -- cgit 1.2.3-korg