From ece101be5158beee709cdfbb85ecdbdc8d9fb864 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 6 May 2016 10:47:59 +0100 Subject: test-empty-image: Fix LIC_FILES_CHKSUM typo Signed-off-by: Richard Purdie --- meta-selftest/recipes-test/images/test-empty-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg