Re: [oe] opencv QA issue

2014-01-28 Thread Steffen Sledz
On 27.01.2014 17:29, Khem Raj wrote: On Mon, Jan 27, 2014 at 8:18 AM, Steffen Sledz sl...@dresearch-fe.de wrote: After the latest update of our build host (Fedora-18) the opencv build fails with an QA issue. - snip - ERROR: QA Issue: non debug package contains .debug

Re: [oe] opencv QA issue

2014-01-28 Thread Henning Heinold
On Tue, Jan 28, 2014 at 09:09:47AM +0100, Steffen Sledz wrote: On 27.01.2014 17:29, Khem Raj wrote: On Mon, Jan 27, 2014 at 8:18 AM, Steffen Sledz sl...@dresearch-fe.de wrote: After the latest update of our build host (Fedora-18) the opencv build fails with an QA issue.

Re: [oe] opencv QA issue

2014-01-28 Thread Stefan Herbrechtsmeier
Am 28.01.2014 09:20, schrieb Henning Heinold: On Tue, Jan 28, 2014 at 09:09:47AM +0100, Steffen Sledz wrote: On 27.01.2014 17:29, Khem Raj wrote: On Mon, Jan 27, 2014 at 8:18 AM, Steffen Sledz sl...@dresearch-fe.de wrote: After the latest update of our build host (Fedora-18) the opencv build

Re: [oe] [RFC PATCHv3] bash-completion: add recipe

2014-01-28 Thread Matthieu CRAPET
Hi, PARALLEL_MAKE = seems required (something is wrong with symlinks make rule, in completions directory). Cheers, Matthieu ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH v2] libconnman-qt: update to 1.0.46, add recipe for qte

2014-01-28 Thread Andreas Oberritter
* Use _git version suffix, because it really is a Git recipe. * Create an inc file to be shared between qt4x11 and qt4e. * Use CONFIG+=notests, because CONFIG+=notest has no effect now. * Reorder some variables according to style guide. * Remove unneeded PROVIDES for ${PN}-plugin, which is already

Re: [oe] [meta-oe][PATCH v2] libconnman-qt: update to 1.0.46, add recipe for qte

2014-01-28 Thread Andreas Oberritter
Hello Martin, I noticed that you've already applied v1 to master-next. Do you want me to send an incremental patch? Regards, Andreas ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [meta-oe][PATCH v2] libconnman-qt: update to 1.0.46, add recipe for qte

2014-01-28 Thread Martin Jansa
On Tue, Jan 28, 2014 at 03:23:24PM +0100, Andreas Oberritter wrote: Hello Martin, I noticed that you've already applied v1 to master-next. Do you want me to send an incremental patch? hello, please do, somehow it slipped through patchwork when merging too many changes after long delay..

[oe] [PATCH][for-dora] php: update SRC_URI for new download location

2014-01-28 Thread Chase Maupin
* The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/. where the rest of the URL is based on the major

[oe] [PATCH] php: update SRC_URI for new download location

2014-01-28 Thread Chase Maupin
* The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/. where the rest of the URL is based on the major

[oe] [meta-oe][PATCH] libconnman-qt: fix linking and packaging with Qt4/Embedded

2014-01-28 Thread Andreas Oberritter
* Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses it to pass on QT_LIBINFX. * Generalize QT_IMPORTS_DIR to make it valid for qte. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc | 4 ++-- 1 file changed, 2

[oe] [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core

2014-01-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../connman/{connman_1.20.bbappend = connman_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.20.bbappend = connman_%.bbappend} (100%)

[oe] [meta-qt5][RFC PATCH] libconnman-qt5: libconnman-qt, Qt5 edition

2014-01-28 Thread Andreas Oberritter
* Please, don't apply! ;-) Signed-off-by: Andreas Oberritter o...@opendreambox.org --- Several questions arose regarding this recipe: 1.) Where to put it? It depends on both meta-openembedded and meta-qt5. 2.) Regarding OE_QMAKE_PATH_HEADERS: I stole this from maliit to fix a compiler

Re: [oe] [meta-qt5][RFC PATCH] libconnman-qt5: libconnman-qt, Qt5 edition

2014-01-28 Thread Martin Jansa
On Tue, Jan 28, 2014 at 10:29:13PM +0100, Andreas Oberritter wrote: * Please, don't apply! ;-) Signed-off-by: Andreas Oberritter o...@opendreambox.org --- Several questions arose regarding this recipe: 1.) Where to put it? It depends on both meta-openembedded and meta-qt5. IIRC this

Re: [oe] [meta-oe][PATCH] libconnman-qt: fix linking and packaging with Qt4/Embedded

2014-01-28 Thread Otavio Salvador
On Tue, Jan 28, 2014 at 1:34 PM, Andreas Oberritter o...@opendreambox.org wrote: * Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses it to pass on QT_LIBINFX. * Generalize QT_IMPORTS_DIR to make it valid for qte. Signed-off-by: Andreas Oberritter o...@opendreambox.org

Re: [oe] [meta-qt5][RFC PATCH] libconnman-qt5: libconnman-qt, Qt5 edition

2014-01-28 Thread Otavio Salvador
On Tue, Jan 28, 2014 at 7:29 PM, Andreas Oberritter o...@opendreambox.org wrote: * Please, don't apply! ;-) Signed-off-by: Andreas Oberritter o...@opendreambox.org --- Several questions arose regarding this recipe: 1.) Where to put it? It depends on both meta-openembedded and meta-qt5. We

Re: [oe] [meta-qt5][RFC PATCH] libconnman-qt5: libconnman-qt, Qt5 edition

2014-01-28 Thread Otavio Salvador
On Tue, Jan 28, 2014 at 7:53 PM, Otavio Salvador ota...@ossystems.com.br wrote: ... 2.) Regarding OE_QMAKE_PATH_HEADERS: I stole this from maliit to fix a compiler error, but the same assignment is also present in qt5.inc. Shouldn't this rather be the default? I agree. Martin point

[oe] [PATCH meta-networking] quagga: fix a typOS

2014-01-28 Thread rongqing.li
From: Roy Li rongqing...@windriver.com it should be CPP, not cpp; this typOS makes vtysh unable to work. Signed-off-by: Roy Li rongqing...@windriver.com --- .../quagga/files/build-fix-extract.pl-for-cross-compilation.patch|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [PATCH] php: update SRC_URI for new download location

2014-01-28 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chase Maupin schreef op 28-01-14 15:59: * The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download