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:31:16 +0100 |
commit | b13367b10fd7e1c38170d91d175347ad3eab9dac (patch) | |
tree | 0cdfd0e4f5d7b17624f4716d641e8241edd548ff /meta/recipes-core | |
parent | b31c7ab236c889faec45316a53aec530ccd5167f (diff) | |
download | poky-b13367b10fd7e1c38170d91d175347ad3eab9dac.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]
(From OE-Core rev: 6e0ce5ada01da34ad619b2a918097b543b089437)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 @@ | |||
1 | SUMMARY = "Pulls in pkgdata for world" | 1 | SUMMARY = "Pulls in pkgdata for world" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM ?= "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | |||
3 | INHIBIT_DEFAULT_DEPS = "1" | 5 | INHIBIT_DEFAULT_DEPS = "1" |
4 | 6 | ||
5 | addtask do_allpackagedata before do_build | 7 | addtask do_allpackagedata before do_build |