Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-04-03

2014-04-05 Thread Trevor Woerner
On 04/03/14 09:06, Martin Jansa wrote: Other recipes are still free for fixing, please fix them and send reply to this thread when you start looking into it, so that nobody duplicates work. I'm going to be looking at some of the qa.log warnings over the weekend. --

[oe] [meta-xfce][PATCH] xfconf: remove unrecognized configure option

2014-04-05 Thread Trevor Woerner
This option was causing a QA warning: NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 0/3] liblockfile updates for SOBBW

2014-04-05 Thread Trevor Woerner
This series implements a bunch of fixups to remove QA configure warnings. The first patch gets rid of a warning which is logged, the remaining patches get rid of warnings which are suppressed. Trevor Woerner (3): liblockfile: remove configure warning liblockfile: remove dependency tracking

[oe] [meta-oe][PATCH 2/3] liblockfile: remove dependency tracking option

2014-04-05 Thread Trevor Woerner
--disable-dependency-tracking is only available where automake is used. liblockfile doesn't use automake, therefore remove this option to avoid a configure warning. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 1 + 1 file

[oe] [meta-oe][PATCH 1/3] liblockfile: remove configure warning

2014-04-05 Thread Trevor Woerner
This fix gets rid of the following warning: configure: WARNING: unrecognized options: ... --with-libtool-sysroot Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- .../liblockfile/liblockfile-1.09/configure.patch | 18 ++