From fc14e794c53f94158a5e6d6a8644656875639d0c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 10 May 2016 10:25:06 +1200 Subject: Drop unneeded LIC_FILES_CHKSUM values With the changes to insane.bbclass we don't need LIC_FILES_CHKSUM to be set for recipes that don't actually pull in any source. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta-selftest/recipes-test/images/test-empty-image.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-selftest') diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb index 7847f83b4b..88d8d612e8 100644 --- a/meta-selftest/recipes-test/images/test-empty-image.bb +++ b/meta-selftest/recipes-test/images/test-empty-image.bb @@ -2,6 +2,5 @@ SUMMARY = "An empty image." IMAGE_INSTALL = "" IMAGE_LINGUAS = "" PACKAGE_INSTALL = "" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit image -- cgit 1.2.3-korg