[oe] [meta-oe] [PATCH] fftwf and fftwl: exclude them from world

2014-07-09 Thread Robert Yang
The fftw, fftwf and fftwl provide the same files (different contents), we should only build one of them, otherwise there would be warning WARNING: The recipe fftw is trying to install files into a shared area when those files already exist. Those files and their manifest location are:

[oe] [PATCH][meta-ruby] ruby: uprev it to 1.9.3-p547

2014-07-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com remove ruby-1.9.3-fix-s390x-build.patch, it has been merged into p547 Signed-off-by: Roy Li rongqing...@windriver.com --- .../ruby/ruby/ruby-1.9.3-fix-s390x-build.patch | 12 .../ruby/{ruby_1.9.3-p429.bb = ruby_1.9.3-p547.bb}

Re: [oe] [meta-oe] [PATCH] fftwf and fftwl: exclude them from world

2014-07-09 Thread Martin Jansa
On Tue, Jul 08, 2014 at 11:18:47PM -0700, Robert Yang wrote: The fftw, fftwf and fftwl provide the same files (different contents), we should only build one of them, otherwise there would be warning WARNING: The recipe fftw is trying to install files into a shared area when those files

Re: [oe] [meta-oe] [PATCH] fftwf and fftwl: exclude them from world

2014-07-09 Thread Robert Yang
On 07/09/2014 05:55 PM, Martin Jansa wrote: On Tue, Jul 08, 2014 at 11:18:47PM -0700, Robert Yang wrote: The fftw, fftwf and fftwl provide the same files (different contents), we should only build one of them, otherwise there would be warning WARNING: The recipe fftw is trying to install

[oe] [meta-oe][PATCH] usb-modeswitch: Do not try to use autotools

2014-07-09 Thread Jukka Rissanen
There is only one Makefile in the project so no use trying to use autotools. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH] usb-modeswitch: Upgrade to latest version

2014-07-09 Thread Jukka Rissanen
Use the latest version of usb-modeswitch (2.2.0) and usb-modeswitch-data (20140529). The data package depends on new usb-modeswitch version so upgrade both of them at the same time. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com ---

Re: [oe] [meta-oe][PATCH] usb-modeswitch: Upgrade to latest version

2014-07-09 Thread Martin Jansa
On Wed, Jul 09, 2014 at 04:55:22PM +0300, Jukka Rissanen wrote: Use the latest version of usb-modeswitch (2.2.0) and usb-modeswitch-data (20140529). The data package depends on new usb-modeswitch version so upgrade both of them at the same time. Signed-off-by: Jukka Rissanen

[oe] [meta-qt5][PATCH] qtbase: fix 0003-Add-external-hostbindir-option.patch

2014-07-09 Thread Jonathan Liu
The isEmpty function takes a variable name instead of a value. As $$[QT_EXTERNAL_HOST_BINS] is a built-in we need to assign it to a variable to check if it is empty. If QT_EXTERNAL_HOST_BINS is empty (as is the case for generated Qt 5 toolchains), we need to fallback to QT_HOST_BINS when