diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 23:35:26 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:46:33 +0100 |
commit | 7d429655652eb3ab5efa5473050b5270b098446e (patch) | |
tree | 82137498ad2ab8ef79e4c4f99a2f3f00ff51e743 /meta/conf/distro | |
parent | c47132ae665a3466bff57978a43f02ea2c7512b1 (diff) | |
download | openembedded-core-7d429655652eb3ab5efa5473050b5270b098446e.tar.gz openembedded-core-7d429655652eb3ab5efa5473050b5270b098446e.tar.bz2 openembedded-core-7d429655652eb3ab5efa5473050b5270b098446e.zip |
base.bbclass: add support for commercial license check
This addresses [BUGID #410], require implict action by someone to enable
functionality that may have license implications.
By default this diables mp3 and mpeg decoding
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 6db45cb01d..89d1b5acb6 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -123,6 +123,11 @@ GPLv3_HOSTTOOLS_WHITELIST = "" GPLv3_WHITELIST = "less gnome-common" 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" + require conf/distro/include/world-broken.inc require conf/distro/include/distro_tracking_fields.inc |