summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRobert Berger <oecore.mailinglist@gmail.com>2017-10-30 19:46:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:23 +0000
commit9d4bffdd8c65d48bf0d0acec70883b7c3324d577 (patch)
tree7389e9080524fce4aba84120df4135897238f74b /meta/recipes-core/packagegroups
parent12510f2b565bd91efa2e455c03395ed49c457ff7 (diff)
downloadpoky-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/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb1
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
5SUMMARY = "Host packages for the standalone SDK or external toolchain" 5SUMMARY = "Host packages for the standalone SDK or external toolchain"
6PR = "r12" 6PR = "r12"
7LICENSE = "MIT"
8 7
9inherit packagegroup nativesdk 8inherit packagegroup nativesdk
10 9