diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:47:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:48:06 +0100 |
commit | 7ca60ec8bff7656b4e52f5a4d238913e851da089 (patch) | |
tree | ecd902a7148e7841c764cae575ea382d8e18bf49 /meta-selftest/recipes-test/images/test-empty-image.bb | |
parent | 912e372bd3097b1475df2689f9aec88dd3198976 (diff) | |
download | poky-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/recipes-test/images/test-empty-image.bb')
-rw-r--r-- | meta-selftest/recipes-test/images/test-empty-image.bb | 2 |
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." | |||
2 | IMAGE_INSTALL = "" | 2 | IMAGE_INSTALL = "" |
3 | IMAGE_LINGUAS = "" | 3 | IMAGE_LINGUAS = "" |
4 | PACKAGE_INSTALL = "" | 4 | PACKAGE_INSTALL = "" |
5 | IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | inherit image | 7 | inherit image |