From 5f17c07331fd0bfcc5aba87587ede385bd896c47 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 7 Oct 2010 23:39:04 -0700 Subject: gststream commercial: modified recipes and tasks to add commercial identifier Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold --- meta/conf/distro/poky.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 89d1b5acb6..699ad0d9a6 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -126,7 +126,14 @@ GPLv3_LGPLv2_WHITELIST = "libassuan gnutls libtasn1 libidn" # This is a list of packages that require a commercial license to ship # product. If shipped as part of an image these packages may have # implications so they are disabled by default -COMMERCIAL_LICENSE = "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp" +COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp" +COMMERCIAL_AUDIO_PLUGINS ?= "" +# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" +COMMERCIAL_VIDEO_PLUGINS ?= "" +# COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" +COMMERCIAL_QT ?= "" +# COMMERCIAL_QT ?= "qmmp" + require conf/distro/include/world-broken.inc require conf/distro/include/distro_tracking_fields.inc -- cgit v1.2.3-54-g00ecf