From: Michael 'Mickey' Lauer Date: Tue, 18 Nov 2008 14:31:30 +0000 (+0100) Subject: enterprise.conf: remove uncritical packages and solve the *ugly* part by skipping... X-Git-Tag: Release-2010-05/1~5240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3b4171ebfa100d524a166b9751e73dc529dfa4;p=openembedded.git enterprise.conf: remove uncritical packages and solve the *ugly* part by skipping the packages directly from the recipes --- diff --git a/conf/enterprise.conf b/conf/enterprise.conf index f839340ebc..a1e0d70691 100644 --- a/conf/enterprise.conf +++ b/conf/enterprise.conf @@ -1,2 +1,2 @@ # For the enterprise edition we want to avoid certain packages by default. -BBMASK = "${@base_conditional('ENTERPRISE_DISTRO', '1', '(gst-plugins-ugly|mp3blaster|mpg123|mpg321|smpeg|liba52|lame|libmad|mpeg2dec|xmms-mad|madplay|libsidplay|sidplayer|python-mad|opie-mediaplayer1-libmadplugin|ffmpeg|mplayer)', '', d)}" +BBMASK = "${@base_conditional('ENTERPRISE_DISTRO', '1', '(mp3blaster|mpg123|mpg321|smpeg|liba52|lame|libmad|mpeg2dec|xmms-mad|madplay|python-mad|opie-mediaplayer1-libmadplugin|ffmpeg|mplayer)', '', d)}"