diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-05 16:33:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-08 17:17:01 +0000 |
commit | b71c20a8b028bc9334d1c1198c871e99d3108992 (patch) | |
tree | b01198b16922051ea334dc20517f2089fa5ff2fc /meta-selftest/recipes-test | |
parent | d5811e6835ff80b85d091e4a4d4da3d50f2bfe88 (diff) | |
download | poky-b71c20a8b028bc9334d1c1198c871e99d3108992.tar.gz |
recipeutils-test: Add missing LIC_FILES_CHKSUM
Fixes
ERROR: QA Issue: recipeutils-test: Recipe file fetches files and does
not have license file information (LIC_FILES_CHKSUM) [license-checksum]
(From OE-Core rev: ee65f7ab11302982124bcd1974a05c87342ab28e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test')
-rw-r--r-- | meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb index f6da97b2d4..7c20d9a683 100644 --- a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb +++ b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "Test recipe for recipeutils.patch_recipe()" | |||
3 | require recipeutils-test.inc | 3 | require recipeutils-test.inc |
4 | 4 | ||
5 | LICENSE = "Proprietary" | 5 | LICENSE = "Proprietary" |
6 | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e" | |
7 | DEPENDS += "virtual/libx11" | 7 | DEPENDS += "virtual/libx11" |
8 | 8 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |