aboutsummaryrefslogtreecommitdiffstats
path: root/conf/enterprise.conf
AgeCommit message (Collapse)Author
2009-03-13enterprise.conf: combine with user-specified BBMASK instead of overwriting itChris Larson
2008-11-18enterprise.conf: remove uncritical packages and solve the *ugly* part by ↵Michael 'Mickey' Lauer
skipping the packages directly from the recipes
2008-11-15enterprise: Blacklist ffmpeg and mplayer tooHolger Hans Peter Freyther
ffmpeg contains mp2/mp3 audio decoding routines, We can not distribute that.
2008-11-04python-pygame: Blacklist smpeg and build pygame without smpegHolger Hans Peter Freyther
We can not build smpeg when enterprise is on. Put it into the BBMASK to make sure it is not buildable. Use base_conditional to not add the dependency to the DEPENDS when building for the enterprise branch. Remove the movie support (the one actually requiring smpeg) and only echo it into the Setup file when are not building with the ENTERPRISE_DISTRO flag. It seems to work both ways.
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.