diff options
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 ?= "" | |||
23 | 23 | ||
24 | # This is a list of packages that are used by the build system to build the distribution, they are not | 24 | # This is a list of packages that are used by the build system to build the distribution, they are not |
25 | # directly part of the distribution. | 25 | # directly part of the distribution. |
26 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | 26 | HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" |
27 | WHITELIST_GPLv3 ?= "less" | 27 | WHITELIST_GPL-3.0 ?= "less" |
28 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" | 28 | LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" |
29 | 29 | ||
30 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 30 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |