Re: [OE-core] [PATCH] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-29 Thread Rogerio Nunes
Thank you, Otavio! On Mon, Jul 29, 2013 at 6:35 PM, Otavio Salvador wrote: > Hello Eric and Rogerio, > > On Mon, Jul 29, 2013 at 7:26 PM, Otavio Salvador > wrote: >> This allow the addition and removal of distro features easily. To add >> a feature, use: >> >> EXTRA_DISTRO_FEATURES += "wayland"

Re: [OE-core] [PATCH 2/2] gst-plugins-bad: disable librsvg when x11 is disabled

2013-04-03 Thread Rogerio Nunes
On Wed, Apr 3, 2013 at 7:57 AM, Otavio Salvador wrote: > On Wed, Apr 3, 2013 at 8:30 AM, Burton, Ross > wrote: > > On 3 April 2013 01:34, Rogerio Nunes wrote: > >> librsvg depends on gtk+, which in turn does not support framebuffer > >> as backend in current

[OE-core] [PATCH 2/2] gst-plugins-bad: disable librsvg when x11 is disabled

2013-04-02 Thread Rogerio Nunes
librsvg depends on gtk+, which in turn does not support framebuffer as backend in current version (2.15.24). This patch disables librsvg when x11 is not in the distro. Signed-off-by: Rogerio Nunes --- .../gstreamer/gst-plugins-bad_0.10.23.bb |7 +-- 1 file changed, 5

[OE-core] [PATCH 1/2] alsa-tools: fix build when x11 and gtk+ not available

2013-04-02 Thread Rogerio Nunes
Current verion of gtk+ (2.15.24) does not accept pure framebuffer as backend and some alsa-tools sub-modules depend on gtk+. This patch removes those sub-modules from the build only when x11 is not set in DISTRO_FEATURES. Signed-off-by: Rogerio Nunes --- .../alsa/alsa-tools

[OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-04-02 Thread Rogerio Nunes
My approach was to add PACKAGECONFIG with gtk+ and a new patch, instead of modifying autotools.patch. This way we only eliminate some more sub-modules when not using x11 in distro. I'm sending my patches now. From: otavio.salva...@gmail.com [otavio.salva.