summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/testexport-tarball.bb
diff options
context:
space:
mode:
authorOlaf Mandel <o.mandel@menlosystems.com>2016-10-21 14:06:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-28 16:15:21 +0100
commit6e36cc9c40b16a51a60a3cbbd051da9285f37bcf (patch)
treef8e23f1e115281943322856ad7ffd8126aa60965 /meta/recipes-core/meta/testexport-tarball.bb
parent9af59d07a358fe23bff10ee957bf8fc63344e8e2 (diff)
downloadpoky-6e36cc9c40b16a51a60a3cbbd051da9285f37bcf.tar.gz
Remove LIC_FILES_CHKSUM from recipes without SRC_URI
LICENSE and LIC_FILES_CHKSUM apply to the sources specified by SRC_URI, not to the recipe itself. As such a license declaration for a source-less recipe makes little sense. The LICENSE declaration is mandatory, but LIC_FILES_CHKSUM can be removed in such cases. Remove the LIC_FILES_CHKSUM declarations from all recipes that do not need it. CC: Paul Eggleton <paul.eggleton@linux.intel.com> (From OE-Core rev: b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43) Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/testexport-tarball.bb')
-rw-r--r--meta/recipes-core/meta/testexport-tarball.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/testexport-tarball.bb b/meta/recipes-core/meta/testexport-tarball.bb
index d9861c4da7..72f5531c5c 100644
--- a/meta/recipes-core/meta/testexport-tarball.bb
+++ b/meta/recipes-core/meta/testexport-tarball.bb
@@ -3,8 +3,6 @@ DESCRIPTION = "SDK type target for standalone tarball containing packages define
3 This recipe is almost the same as buildtools-tarball" 3 This recipe is almost the same as buildtools-tarball"
4SUMMARY = "Standalone tarball for test systems with missing software" 4SUMMARY = "Standalone tarball for test systems with missing software"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
7 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
8 6
9TEST_EXPORT_SDK_PACKAGES ??= "" 7TEST_EXPORT_SDK_PACKAGES ??= ""
10 8