aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:47:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:47:59 +0100
commitece101be5158beee709cdfbb85ecdbdc8d9fb864 (patch)
tree6ea727d8f6c4a3f46f0a6eee069000f30ff18f6b /meta-selftest
parent72bfe3c07a4f36575d796f1cb9f465d6f959746b (diff)
downloadopenembedded-core-contrib-ece101be5158beee709cdfbb85ecdbdc8d9fb864.tar.gz
test-empty-image: Fix LIC_FILES_CHKSUM typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/images/test-empty-image.bb2
1 files changed, 1 insertions, 1 deletions
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