diff options
author | Robert Berger <oecore.mailinglist@gmail.com> | 2017-10-30 19:46:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 13:54:46 +0000 |
commit | c04ae17f439ffd5fd70d8564430a94582e2cf688 (patch) | |
tree | 9de5a710c9f26b5e10837c6fb5d25df850e7be4b | |
parent | 79121ff54420e5cc331552ca5620aed81a36aac9 (diff) | |
download | openembedded-core-c04ae17f439ffd5fd70d8564430a94582e2cf688.tar.gz openembedded-core-c04ae17f439ffd5fd70d8564430a94582e2cf688.tar.bz2 openembedded-core-c04ae17f439ffd5fd70d8564430a94582e2cf688.zip |
nativesdk-packagegroup-sdk-host: remove redundant LICENSE
*) packagegroup class sets a default value for LICENSE
*) usually packagegroups don't contain a LICENSE
and if they do it's many times a copy/paste and doesn't
reflect the license of the packages included in the
packagegroup
Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 2ca639294a..aee4a03718 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -4,7 +4,6 @@ SUMMARY = "Host packages for the standalone SDK or external toolchain" PR = "r12" -LICENSE = "MIT" inherit packagegroup nativesdk |