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>
This commit is contained in:
Olaf Mandel 2016-10-21 14:06:08 +00:00 committed by Richard Purdie
parent 9af59d07a3
commit 6e36cc9c40
18 changed files with 0 additions and 27 deletions

View File

@ -1,7 +1,6 @@
SUMMARY = "Error Test case that fails on do_compile" SUMMARY = "Error Test case that fails on do_compile"
DESCRIPTION = "This generates a compile time error to be used to for testing." DESCRIPTION = "This generates a compile time error to be used to for testing."
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"
EXCLUDE_FROM_WORLD = "1" EXCLUDE_FROM_WORLD = "1"

View File

@ -2,8 +2,6 @@ DESCRIPTION = "SDK type target for building a standalone tarball containing pyth
tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." tarball can be used to run bitbake builds on systems which don't meet the usual version requirements."
SUMMARY = "Standalone tarball for running builds on systems with inadequate software" SUMMARY = "Standalone tarball for running builds on systems with inadequate software"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
TOOLCHAIN_TARGET_TASK ?= "" TOOLCHAIN_TARGET_TASK ?= ""

View File

@ -1,6 +1,4 @@
SUMMARY = "Package of environment files for SDK" SUMMARY = "Package of environment files for SDK"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
LICENSE = "MIT" LICENSE = "MIT"
PR = "r8" PR = "r8"

View File

@ -1,8 +1,6 @@
SUMMARY = "Extensible SDK toolchain meta-recipe" SUMMARY = "Extensible SDK toolchain meta-recipe"
DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE" DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"

View File

@ -1,8 +1,6 @@
SUMMARY = "Integrated Development Environment support" SUMMARY = "Integrated Development Environment support"
DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"
PR = "r3" PR = "r3"

View File

@ -3,7 +3,4 @@ LICENSE = "MIT"
PR = "r7" PR = "r7"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit populate_sdk inherit populate_sdk

View File

@ -1,6 +1,5 @@
SUMMARY = "Dummy package which ensures perl is excluded from buildtools" SUMMARY = "Dummy package which ensures perl is excluded from buildtools"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit allarch inherit allarch

View File

@ -3,8 +3,6 @@
SUMMARY = "Makes public keys of the signing keys available" SUMMARY = "Makes public keys of the signing keys available"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit allarch deploy inherit allarch deploy

View File

@ -3,8 +3,6 @@ DESCRIPTION = "SDK type target for standalone tarball containing packages define
This recipe is almost the same as buildtools-tarball" This recipe is almost the same as buildtools-tarball"
SUMMARY = "Standalone tarball for test systems with missing software" SUMMARY = "Standalone tarball for test systems with missing software"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
TEST_EXPORT_SDK_PACKAGES ??= "" TEST_EXPORT_SDK_PACKAGES ??= ""

View File

@ -1,7 +1,5 @@
SUMMARY = "libc and patchelf tarball for use with uninative.bbclass" SUMMARY = "libc and patchelf tarball for use with uninative.bbclass"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
TOOLCHAIN_TARGET_TASK = "" TOOLCHAIN_TARGET_TASK = ""

View File

@ -3,7 +3,6 @@ inherit allarch
SUMMARY = "Operating system identification" SUMMARY = "Operating system identification"
DESCRIPTION = "The /etc/os-release file contains operating system identification data." DESCRIPTION = "The /etc/os-release file contains operating system identification data."
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"
do_fetch[noexec] = "1" do_fetch[noexec] = "1"

View File

@ -1,7 +1,6 @@
SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r29" PR = "r29"

View File

@ -1,6 +1,5 @@
SUMMARY = "Architecture-dependent configuration for opkg" SUMMARY = "Architecture-dependent configuration for opkg"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r1" PR = "r1"

View File

@ -1,6 +1,5 @@
SUMMARY = "Postinstall scriptlets" SUMMARY = "Postinstall scriptlets"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
FILES_${PN}_append = " ${datadir}/postinst-intercepts/*" FILES_${PN}_append = " ${datadir}/postinst-intercepts/*"

View File

@ -1,6 +1,5 @@
SUMMARY = "QEMU wrapper script" SUMMARY = "QEMU wrapper script"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
S = "${WORKDIR}" S = "${WORKDIR}"

View File

@ -1,6 +1,5 @@
SUMMARY = "Wrapper script for the Linux kernel module dependency indexer" SUMMARY = "Wrapper script for the Linux kernel module dependency indexer"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
S = "${WORKDIR}" S = "${WORKDIR}"

View File

@ -6,7 +6,6 @@ development or external module builds"
SECTION = "kernel" SECTION = "kernel"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
inherit linux-kernel-base inherit linux-kernel-base

View File

@ -7,7 +7,6 @@ and software features (software counters, tracepoints) \
as well." as well."
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
PR = "r9" PR = "r9"