From 8a461e642db98f4a7b457bf9036feb78aff3bc24 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sun, 27 Feb 2022 19:21:32 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf') 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 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 ?= "" -- cgit v1.2.3-54-g00ecf