summaryrefslogtreecommitdiffstats
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:48:06 +0100
commit7ca60ec8bff7656b4e52f5a4d238913e851da089 (patch)
treeecd902a7148e7841c764cae575ea382d8e18bf49 /meta-selftest
parent912e372bd3097b1475df2689f9aec88dd3198976 (diff)
downloadpoky-7ca60ec8bff7656b4e52f5a4d238913e851da089.tar.gz
test-empty-image: Fix LIC_FILES_CHKSUM typo
(From OE-Core rev: ece101be5158beee709cdfbb85ecdbdc8d9fb864) 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."
2IMAGE_INSTALL = "" 2IMAGE_INSTALL = ""
3IMAGE_LINGUAS = "" 3IMAGE_LINGUAS = ""
4PACKAGE_INSTALL = "" 4PACKAGE_INSTALL = ""
5IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6 6
7inherit image 7inherit image