]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-distrovars.inc: Remove the empty default for WHITELIST_GPL-3.0
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sun, 27 Feb 2022 18:21:32 +0000 (19:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Mar 2022 23:44:28 +0000 (23:44 +0000)
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.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc

index 3bba651a776cdbf2770a109961c5eaf15dc62a25..3edba1b6d0e8dac2c2bc2095e16dba4bbf9e222b 100644 (file)
@@ -20,8 +20,6 @@ DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 la
 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
 IMAGE_FEATURES ?= ""
 
-WHITELIST_GPL-3.0 ?= ""
-
 COMMERCIAL_AUDIO_PLUGINS ?= ""
 # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
 COMMERCIAL_VIDEO_PLUGINS ?= ""