diff options
author | Olaf Mandel <o.mandel@menlosystems.com> | 2016-10-21 14:06:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:21 +0100 |
commit | 6e36cc9c40b16a51a60a3cbbd051da9285f37bcf (patch) | |
tree | f8e23f1e115281943322856ad7ffd8126aa60965 /meta/recipes-kernel | |
parent | 9af59d07a358fe23bff10ee957bf8fc63344e8e2 (diff) | |
download | poky-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-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 5c7dd52f54..e617bde12b 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Wrapper script for the Linux kernel module dependency indexer" | 1 | SUMMARY = "Wrapper script for the Linux kernel module dependency indexer" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | 3 | ||
5 | S = "${WORKDIR}" | 4 | S = "${WORKDIR}" |
6 | 5 | ||
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 0fdd0ad5f6..9fd2e08c9d 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -6,7 +6,6 @@ development or external module builds" | |||
6 | SECTION = "kernel" | 6 | SECTION = "kernel" |
7 | 7 | ||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
10 | 9 | ||
11 | inherit linux-kernel-base | 10 | inherit linux-kernel-base |
12 | 11 | ||
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 471023d077..25ae83cef3 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -7,7 +7,6 @@ and software features (software counters, tracepoints) \ | |||
7 | as well." | 7 | as well." |
8 | 8 | ||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
11 | 10 | ||
12 | PR = "r9" | 11 | PR = "r9" |
13 | 12 | ||