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 22:33:23 +0000 |
commit | 9d4bffdd8c65d48bf0d0acec70883b7c3324d577 (patch) | |
tree | 7389e9080524fce4aba84120df4135897238f74b /meta | |
parent | 12510f2b565bd91efa2e455c03395ed49c457ff7 (diff) | |
download | poky-9d4bffdd8c65d48bf0d0acec70883b7c3324d577.tar.gz |
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
(From OE-Core rev: c04ae17f439ffd5fd70d8564430a94582e2cf688)
Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@ | |||
4 | 4 | ||
5 | SUMMARY = "Host packages for the standalone SDK or external toolchain" | 5 | SUMMARY = "Host packages for the standalone SDK or external toolchain" |
6 | PR = "r12" | 6 | PR = "r12" |
7 | LICENSE = "MIT" | ||
8 | 7 | ||
9 | inherit packagegroup nativesdk | 8 | inherit packagegroup nativesdk |
10 | 9 | ||