From: Richard Purdie Date: Fri, 6 May 2016 09:47:59 +0000 (+0100) Subject: test-empty-image: Fix LIC_FILES_CHKSUM typo X-Git-Tag: uninative-1.0~165 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ece101be5158beee709cdfbb85ecdbdc8d9fb864;p=openembedded-core.git test-empty-image: Fix LIC_FILES_CHKSUM typo Signed-off-by: Richard Purdie --- diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb index 1c9f720615..7847f83b4b 100644 --- a/meta-selftest/recipes-test/images/test-empty-image.bb +++ b/meta-selftest/recipes-test/images/test-empty-image.bb @@ -2,6 +2,6 @@ SUMMARY = "An empty image." IMAGE_INSTALL = "" IMAGE_LINGUAS = "" PACKAGE_INSTALL = "" -IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit image