]> code.ossystems Code Review - openembedded-core.git/commit
classes/meta: Add DISTRO_FEATURES check for gtk+/gtk3+
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2015 10:53:35 +0000 (11:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Sep 2015 14:15:47 +0000 (15:15 +0100)
commitef967c70182eeccb59c7511d838a7ecb0b2315c1
treefd801c62907115b9e8377f835ff4eb688e0c6bb2
parentb7ab82485e4514e07ab8a76e554da27ddc92e6c0
classes/meta: Add DISTRO_FEATURES check for gtk+/gtk3+

If you currently do a DISTRO_FEATURES_remove = "x11" with OE-Core, you
see failures due to dependency problems. The work in resolving this was
partially completed a while back. This adds in the markup mainly for
gtk/gtk3+ recipes and means "bitbake world" will work successfully.

Rather than code the gtk/gtk+ specific distro features into each recipe,
a shared variable is used.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 files changed:
meta/conf/distro/include/default-distrovars.inc
meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
meta/recipes-connectivity/connman/connman-gnome_0.7.bb
meta/recipes-devtools/python/python-pygtk_2.24.0.bb
meta/recipes-gnome/epiphany/epiphany_3.16.3.bb
meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb
meta/recipes-gnome/gtk+/gtk+.inc
meta/recipes-gnome/gtk+/gtk+3.inc
meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
meta/recipes-gnome/libglade/libglade_2.6.4.bb
meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
meta/recipes-kernel/oprofile/oprofileui_git.bb
meta/recipes-kernel/sysprof/sysprof_git.bb
meta/recipes-kernel/trace-cmd/kernelshark_git.bb
meta/recipes-multimedia/gstreamer/gst-player_git.bb
meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
meta/recipes-support/libfm/libfm_1.2.3.bb
meta/recipes-support/vte/vte.inc