summaryrefslogtreecommitdiff
path: root/conf/enterprise.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/enterprise.conf')
-rw-r--r--conf/enterprise.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/enterprise.conf b/conf/enterprise.conf
new file mode 100644
index 0000000000..035abe611b
--- /dev/null
+++ b/conf/enterprise.conf
@@ -0,0 +1,4 @@
+# For the enterprise edition we want to avoid certain packages by default.
+BBMASK ?= ""
+OLDBBMASK := "${BBMASK}"
+BBMASK = "${@base_conditional('ENTERPRISE_DISTRO', '1', base_conditional('OLDBBMASK', '', '', '(${OLDBBMASK})|', d) + '(mp3blaster|mpg123|mpg321|smpeg|liba52|lame|libmad|mpeg2dec|xmms-mad|madplay|python-mad|opie-mediaplayer1-libmadplugin|ffmpeg|mplayer)', '${OLDBBMASK}', d)}"