From 76ab8b04f25ad20a89fb28b4608ce78a8a271495 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 3 Apr 2021 10:55:08 +0200 Subject: 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 --- recipes-test/big-update/big-update_2.0.bb | 1 + 1 file changed, 1 insertion(+) 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 @@ DESCRIPTION = "Example Package with 12MB of random, seeded content" LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" SRC_URI = "file://rand_file.py" -- cgit v1.2.3-54-g00ecf