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: lucaceresoli/bug-15201-perf-libtraceevent-missing~25997 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece101be5158beee709cdfbb85ecdbdc8d9fb864;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1c9f7206151..7847f83b4b4 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