aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-26 19:20:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:30:59 +0100
commit6e0ce5ada01da34ad619b2a918097b543b089437 (patch)
treeceb66dbc59d2fe7cd36d47ddce7d3ca86b92537d /meta/recipes-core/meta
parent712c4f7c9876e22ef7f0605fdf921ded1b7c0ce7 (diff)
downloadopenembedded-core-contrib-6e0ce5ada01da34ad619b2a918097b543b089437.tar.gz
meta-world-pkgdata: add LIC_FILES_CHKSUM
Fixed: ERROR: meta-world-pkgdata-1.0-r0 do_populate_lic: QA Issue: meta-world-pkgdata: Recipe file does not have license file information (LIC_FILES_CHKSUM) [license-checksum] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/meta-world-pkgdata.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb
index 3c5db50019..b3989cd81e 100644
--- a/meta/recipes-core/meta/meta-world-pkgdata.bb
+++ b/meta/recipes-core/meta/meta-world-pkgdata.bb
@@ -1,5 +1,7 @@
SUMMARY = "Pulls in pkgdata for world"
LICENSE = "MIT"
+LIC_FILES_CHKSUM ?= "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
INHIBIT_DEFAULT_DEPS = "1"
addtask do_allpackagedata before do_build