[gnome-continuous-yocto/gnomeostree-3.28-rocko: 120/8267] meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass



commit 3cdecde23d76196954d549228af01a2a0622a94d
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Fri May 6 10:29:45 2016 +0100

    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>

 .../recipes-test/images/test-empty-image.bb        |    1 +
 .../recipes-test/images/wic-image-minimal.bb       |    2 ++
 2 files changed, 3 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 88d8d61..1c9f720 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."
 IMAGE_INSTALL = ""
 IMAGE_LINGUAS = ""
 PACKAGE_INSTALL = ""
+IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 inherit image
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb 
b/meta-selftest/recipes-test/images/wic-image-minimal.bb
index a294ba7..754689f 100644
--- a/meta-selftest/recipes-test/images/wic-image-minimal.bb
+++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb
@@ -9,6 +9,8 @@ RM_OLD_IMAGE = "1"
 
 DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native"
 
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
 # core-image-minimal is referenced in .wks, so we need its rootfs
 # to be ready before our rootfs
 do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]