summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/images/test-empty-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:29:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:31:16 +0100
commit3cdecde23d76196954d549228af01a2a0622a94d (patch)
tree9d61ab4c6d478a58bd8226dc852160400ab41b67 /meta-selftest/recipes-test/images/test-empty-image.bb
parent1ee4cc1073d6f9c87f2f1ed7c84e75a2b4f71e77 (diff)
downloadpoky-3cdecde23d76196954d549228af01a2a0622a94d.tar.gz
meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass
(From OE-Core rev: 72bfe3c07a4f36575d796f1cb9f465d6f959746b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/images/test-empty-image.bb')
-rw-r--r--meta-selftest/recipes-test/images/test-empty-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
index 88d8d612e8..1c9f720615 100644
--- a/meta-selftest/recipes-test/images/test-empty-image.bb
+++ b/meta-selftest/recipes-test/images/test-empty-image.bb
@@ -2,5 +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"
5 6
6inherit image 7inherit image