diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-26 19:20:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:30:59 +0100 |
commit | 6e0ce5ada01da34ad619b2a918097b543b089437 (patch) | |
tree | ceb66dbc59d2fe7cd36d47ddce7d3ca86b92537d /meta | |
parent | 712c4f7c9876e22ef7f0605fdf921ded1b7c0ce7 (diff) | |
download | openembedded-core-6e0ce5ada01da34ad619b2a918097b543b089437.tar.gz openembedded-core-6e0ce5ada01da34ad619b2a918097b543b089437.tar.bz2 openembedded-core-6e0ce5ada01da34ad619b2a918097b543b089437.zip |
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')
-rw-r--r-- | meta/recipes-core/meta/meta-world-pkgdata.bb | 2 |
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 |