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/classes/core-image.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/classes/core-image.bbclass') diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 705cad8d91..8431440db4 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -2,9 +2,6 @@ # # Copyright (C) 2007-2011 Linux Foundation -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - # IMAGE_FEATURES control content of the core reference images # # By default we install packagegroup-core-boot and packagegroup-base-extended packages; -- cgit 1.2.3-korg