From 32d80fe25823268a640590a2a9de766ff85d217c 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. (From OE-Core rev: fc14e794c53f94158a5e6d6a8644656875639d0c) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-directfb.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-graphics/images') diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb index 5641195e8c..c6ce658d61 100644 --- a/meta/recipes-graphics/images/core-image-directfb.bb +++ b/meta/recipes-graphics/images/core-image-directfb.bb @@ -1,10 +1,6 @@ SUMMARY = "An image that uses DirectFB instead of X11" LICENSE = "MIT" - -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "directfb" -- cgit v1.2.3-54-g00ecf