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 | |
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')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-extsdk-toolchain.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-toolchain.bb | 3 | ||||
-rw-r--r-- | meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/meta/signing-keys.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/testexport-tarball.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/os-release/os-release.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 1 | ||||
-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 |
17 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 5808c95d81..abdc7feeb8 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -2,8 +2,6 @@ DESCRIPTION = "SDK type target for building a standalone tarball containing pyth | |||
2 | tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." | 2 | tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." |
3 | SUMMARY = "Standalone tarball for running builds on systems with inadequate software" | 3 | SUMMARY = "Standalone tarball for running builds on systems with inadequate software" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | 5 | ||
8 | TOOLCHAIN_TARGET_TASK ?= "" | 6 | TOOLCHAIN_TARGET_TASK ?= "" |
9 | 7 | ||
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index d9e045f041..71e0c23186 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -1,6 +1,4 @@ | |||
1 | SUMMARY = "Package of environment files for SDK" | 1 | SUMMARY = "Package of environment files for SDK" |
2 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
3 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
5 | PR = "r8" | 3 | PR = "r8" |
6 | 4 | ||
diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb index 2bd9a5b328..22de0f357b 100644 --- a/meta/recipes-core/meta/meta-extsdk-toolchain.bb +++ b/meta/recipes-core/meta/meta-extsdk-toolchain.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | SUMMARY = "Extensible SDK toolchain meta-recipe" | 1 | SUMMARY = "Extensible SDK toolchain meta-recipe" |
2 | DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 2 | DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | 4 | ||
7 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" | 5 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" |
8 | 6 | ||
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index c4ddcfcb43..1c4adeddf6 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | SUMMARY = "Integrated Development Environment support" | 1 | SUMMARY = "Integrated Development Environment support" |
2 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 2 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | 4 | ||
7 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" | 5 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" |
8 | PR = "r3" | 6 | PR = "r3" |
diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/meta/recipes-core/meta/meta-toolchain.bb index ba9fd88805..b02b0665e6 100644 --- a/meta/recipes-core/meta/meta-toolchain.bb +++ b/meta/recipes-core/meta/meta-toolchain.bb | |||
@@ -3,7 +3,4 @@ LICENSE = "MIT" | |||
3 | 3 | ||
4 | PR = "r7" | 4 | PR = "r7" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
8 | |||
9 | inherit populate_sdk | 6 | inherit populate_sdk |
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb index 2b96111600..0b58a027f3 100644 --- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Dummy package which ensures perl is excluded from buildtools" | 1 | SUMMARY = "Dummy package which ensures perl is excluded from buildtools" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
4 | 3 | ||
5 | inherit allarch | 4 | inherit allarch |
6 | 5 | ||
diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb index 37790373a1..d088c0c88c 100644 --- a/meta/recipes-core/meta/signing-keys.bb +++ b/meta/recipes-core/meta/signing-keys.bb | |||
@@ -3,8 +3,6 @@ | |||
3 | 3 | ||
4 | SUMMARY = "Makes public keys of the signing keys available" | 4 | SUMMARY = "Makes public keys of the signing keys available" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
8 | 6 | ||
9 | 7 | ||
10 | inherit allarch deploy | 8 | inherit allarch deploy |
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" |
4 | SUMMARY = "Standalone tarball for test systems with missing software" | 4 | SUMMARY = "Standalone tarball for test systems with missing software" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
8 | 6 | ||
9 | TEST_EXPORT_SDK_PACKAGES ??= "" | 7 | TEST_EXPORT_SDK_PACKAGES ??= "" |
10 | 8 | ||
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index e203a8322e..bbde0d2150 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -1,7 +1,5 @@ | |||
1 | SUMMARY = "libc and patchelf tarball for use with uninative.bbclass" | 1 | SUMMARY = "libc and patchelf tarball for use with uninative.bbclass" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | 3 | ||
6 | TOOLCHAIN_TARGET_TASK = "" | 4 | TOOLCHAIN_TARGET_TASK = "" |
7 | 5 | ||
diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb index f519addd8d..fac0bacf6a 100644 --- a/meta/recipes-core/os-release/os-release.bb +++ b/meta/recipes-core/os-release/os-release.bb | |||
@@ -3,7 +3,6 @@ inherit allarch | |||
3 | SUMMARY = "Operating system identification" | 3 | SUMMARY = "Operating system identification" |
4 | DESCRIPTION = "The /etc/os-release file contains operating system identification data." | 4 | DESCRIPTION = "The /etc/os-release file contains operating system identification data." |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 7 | ||
9 | do_fetch[noexec] = "1" | 8 | do_fetch[noexec] = "1" |
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index aa20014499..0f0876bbdb 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" | 1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" |
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | 4 | ||
6 | PR = "r29" | 5 | PR = "r29" |
7 | 6 | ||
diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb index ace3de4f42..682142a5d3 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Architecture-dependent configuration for opkg" | 1 | SUMMARY = "Architecture-dependent configuration for opkg" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 3 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | PR = "r1" | 4 | PR = "r1" |
6 | 5 | ||
diff --git a/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb b/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb index 7dc45c68f2..938ac8ad7b 100644 --- a/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb +++ b/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Postinstall scriptlets" | 1 | SUMMARY = "Postinstall scriptlets" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | 3 | ||
5 | FILES_${PN}_append = " ${datadir}/postinst-intercepts/*" | 4 | FILES_${PN}_append = " ${datadir}/postinst-intercepts/*" |
6 | 5 | ||
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb index 53b302d657..881942ed80 100644 --- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb +++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "QEMU wrapper script" | 1 | SUMMARY = "QEMU wrapper script" |
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/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 | ||