summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-04-03 10:55:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-04-03 22:13:56 +0200
commit76ab8b04f25ad20a89fb28b4608ce78a8a271495 (patch)
tree1a3d368f2cf2f1a2de9b00eecd9b59772e2da034
parented8af4957ffd1b1a1be189ec1b6c330f4229a34a (diff)
downloadmeta-updater-76ab8b04f25ad20a89fb28b4608ce78a8a271495.tar.gz
big-update: add LIC_FILES_CHKSUM
* fixes: ERROR: big-update-2.0-r0 do_populate_lic: QA Issue: big-update: Recipe file fetches files and does not have license file information (LIC_FILES_CHKSUM) [license-checksum] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-test/big-update/big-update_2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb
index e545b72..690e62c 100644
--- a/recipes-test/big-update/big-update_2.0.bb
+++ b/recipes-test/big-update/big-update_2.0.bb
@@ -1,5 +1,6 @@
1DESCRIPTION = "Example Package with 12MB of random, seeded content" 1DESCRIPTION = "Example Package with 12MB of random, seeded content"
2LICENSE = "MPL-2.0" 2LICENSE = "MPL-2.0"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
3 4
4SRC_URI = "file://rand_file.py" 5SRC_URI = "file://rand_file.py"
5 6