summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-10 10:25:06 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-11 10:33:43 +0100
commit32d80fe25823268a640590a2a9de766ff85d217c (patch)
treedb932816a54f3ba3c7765de622878076241ee5f1 /meta/recipes-graphics
parent296c7e11f1a347d74708b19f10585d415fe453de (diff)
downloadpoky-32d80fe25823268a640590a2a9de766ff85d217c.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/images/core-image-directfb.bb4
1 files changed, 0 insertions, 4 deletions
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 @@
1SUMMARY = "An image that uses DirectFB instead of X11" 1SUMMARY = "An image that uses DirectFB instead of X11"
2LICENSE = "MIT" 2LICENSE = "MIT"
3 3
4
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7
8inherit core-image distro_features_check 4inherit core-image distro_features_check
9 5
10REQUIRED_DISTRO_FEATURES = "directfb" 6REQUIRED_DISTRO_FEATURES = "directfb"