[oe-commits] [openembedded-core] branch master updated: test-empty-image: Fix LIC_FILES_CHKSUM typo

git at git.openembedded.org git at git.openembedded.org
Fri May 6 09:48:41 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  ece101b   test-empty-image: Fix LIC_FILES_CHKSUM typo
ece101b is described below

commit ece101be5158beee709cdfbb85ecdbdc8d9fb864
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri May 6 10:47:59 2016 +0100

    test-empty-image: Fix LIC_FILES_CHKSUM typo
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta-selftest/recipes-test/images/test-empty-image.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
index 1c9f720..7847f83 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list