diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-18 15:31:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-18 15:31:30 +0100 |
commit | fa3b4171ebfa100d524a166b9751e73dc529dfa4 (patch) | |
tree | cfc1bcb38a3abf2b360088349b1f0c32b163d13a /conf/enterprise.conf | |
parent | 150d20c784ccdef3d1e7fd60b0940bb645480c46 (diff) |
enterprise.conf: remove uncritical packages and solve the *ugly* part by skipping the packages directly from the recipes
Diffstat (limited to 'conf/enterprise.conf')
-rw-r--r-- | conf/enterprise.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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)}" |