diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-16 22:08:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-19 00:08:49 +0100 |
commit | 5b6cdac26e35e9a3b8b09185fc16765fa99dfe5f (patch) | |
tree | 56cad039da69c8182cac16bdb75447a07597ba06 /meta/conf/distro | |
parent | 8998e13fc95f11d15c34fb09d8451a9d4b69f2f1 (diff) | |
download | openembedded-core-5b6cdac26e35e9a3b8b09185fc16765fa99dfe5f.tar.gz openembedded-core-5b6cdac26e35e9a3b8b09185fc16765fa99dfe5f.tar.bz2 openembedded-core-5b6cdac26e35e9a3b8b09185fc16765fa99dfe5f.zip |
default-distrovars/multilib: update license whitelists to use canonical names
Now that all licenses are canonicalised to SPDX names when processing, we need
to rename the whitelists to the match.
[RP: Fixed up multilib.bbclass too]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 1bc8e46b8a..8d24d66fc1 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -23,9 +23,9 @@ IMAGE_FEATURES ?= "" # This is a list of packages that are used by the build system to build the distribution, they are not # directly part of the distribution. -HOSTTOOLS_WHITELIST_GPLv3 ?= "" -WHITELIST_GPLv3 ?= "less" -LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" +HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" +WHITELIST_GPL-3.0 ?= "less" +LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" COMMERCIAL_AUDIO_PLUGINS ?= "" # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |