diff options
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index e1594f3529..16b310800b 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -26,11 +26,6 @@ HOSTTOOLS_WHITELIST_GPLv3 ?= "" | |||
26 | WHITELIST_GPLv3 ?= "less" | 26 | WHITELIST_GPLv3 ?= "less" |
27 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" | 27 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" |
28 | 28 | ||
29 | # This is a list of packages that require a commercial license to ship | ||
30 | # product. If shipped as part of an image these packages may have | ||
31 | # implications so they are disabled by default | ||
32 | COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp ${COMMERCIAL_LICENSE_DEPENDEES}" | ||
33 | COMMERCIAL_LICENSE_DEPENDEES ?= "gst-plugins-ugly libomxil gst-openmax" | ||
34 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 29 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
35 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 30 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |
36 | COMMERCIAL_VIDEO_PLUGINS ?= "" | 31 | COMMERCIAL_VIDEO_PLUGINS ?= "" |