This patch series removes all uses of ENTERPRISE_DISTRO from meta-openembedded as suggested in recent discussions. It's currently RFC as I haven't yet had chance to test a few combinations of options but I thought I'd get some opinions on this early.
What I haven't done is set any default PACKAGECONFIG values. So even if LICENSE_FLAGS_WHITELIST contains "commercial", these optional features won't be enabled by default. Is it worth setting PACKAGECONFIG defaults for each of these recipes based on whether commercial licenses are whitelisted or not? I've also not checked whether every one of these features does require commercial licenses to be whitelisted but I think adding these packageconfig options is a good thing. If any of them don't require commercial licenses to be whitelisted perhaps they can be added to the default PACKAGECONFIG options in the relevant recipes. Paul Barker (6): mplayer2: replace ENTERPRISE_DISTRO with PACKAGECONFIG options libsdl-mixer: replace ENTERPRISE_DISTRO with PACKAGECONFIG options libav: remove unnecessary dependency on liba52 vlc: replace ENTERPRISE_DISTRO with PACKAGECONFIG options mpd: replace ENTERPRISE_DISTRO with PACKAGECONFIG options enjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG options meta-efl/recipes-efl/e17/enjoy_svn.bb | 7 ++++--- meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb | 7 +++++-- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 10 +++++----- meta-oe/recipes-multimedia/libav/libav.inc | 2 +- meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | 6 ++++-- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 7 +++++-- 6 files changed, 24 insertions(+), 15 deletions(-) -- 1.8.3.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
