summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-02-27 19:21:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 23:44:59 +0000
commit8a461e642db98f4a7b457bf9036feb78aff3bc24 (patch)
tree8c1851f074461774df0a6a603949799dc0e24757 /meta/conf/distro
parente5c521661e6c20699b50e24f9de34a6ac05ff6cc (diff)
downloadpoky-8a461e642db98f4a7b457bf9036feb78aff3bc24.tar.gz
default-distrovars.inc: Remove the empty default for WHITELIST_GPL-3.0
There is no reason to set an empty default for it, while not doing it for all other potential WHITELIST_* variables. The reason it was set here is a leftover from before when it was actually set to a value. (From OE-Core rev: 22ccd479147744fcbf4f2e765e54da8d3d3d9c7f) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 3bba651a77..3edba1b6d0 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -20,8 +20,6 @@ DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 la
20DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" 20DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
21IMAGE_FEATURES ?= "" 21IMAGE_FEATURES ?= ""
22 22
23WHITELIST_GPL-3.0 ?= ""
24
25COMMERCIAL_AUDIO_PLUGINS ?= "" 23COMMERCIAL_AUDIO_PLUGINS ?= ""
26# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" 24# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
27COMMERCIAL_VIDEO_PLUGINS ?= "" 25COMMERCIAL_VIDEO_PLUGINS ?= ""