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 11:27:33 +0100 |
commit | b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43 (patch) | |
tree | 672d91a1436963955706a3e53343c8706948b011 /meta/recipes-devtools/opkg | |
parent | e84b9185cc8f8e9f9df0e050543bb3a2c59426c3 (diff) | |
download | openembedded-core-b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43.tar.gz openembedded-core-b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43.tar.bz2 openembedded-core-b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43.zip |
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>
Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ SUMMARY = "Architecture-dependent configuration for opkg" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r1" |