diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-11 17:02:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:13:32 +0100 |
commit | 14a5089e812f9ae9e42a915ab92bdd792a3a04dc (patch) | |
tree | c494b2058c04ed02972243cf053841089baeb452 /meta/conf | |
parent | a460d97320d00b874812bb5287287a4fcda43b5c (diff) | |
download | poky-14a5089e812f9ae9e42a915ab92bdd792a3a04dc.tar.gz |
default-distrovars.inc: drop obsolete LGPLv2_WHITELIST_GPL-3.0
There doesn't seem to be a clear reason to have two separate
variables to hold whitelisted GPLv3 recipes. Both variables are
treated the same, so adding a recipe to LGPLv2_WHITELIST_GPL-3.0 is
already equivalent to adding it to WHITELIST_GPL-3.0.
Anyone needing to whitelist a GPLv3 recipe should now just use
WHITELIST_GPL-3.0.
(From OE-Core rev: d4dea76fbe9765d489e3e522a9d2c22049610c7b)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 5aa3434ec7..f5ec6cef91 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -24,7 +24,6 @@ DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" | |||
24 | IMAGE_FEATURES ?= "" | 24 | IMAGE_FEATURES ?= "" |
25 | 25 | ||
26 | WHITELIST_GPL-3.0 ?= "" | 26 | WHITELIST_GPL-3.0 ?= "" |
27 | LGPLv2_WHITELIST_GPL-3.0 ?= "" | ||
28 | 27 | ||
29 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 28 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
30 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 29 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |