From fa3b4171ebfa100d524a166b9751e73dc529dfa4 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 18 Nov 2008 15:31:30 +0100 Subject: enterprise.conf: remove uncritical packages and solve the *ugly* part by skipping the packages directly from the recipes --- conf/enterprise.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}" -- cgit 1.2.3-korg