[oe] [meta-qt5][PATCH] qtserialport: backport patch to silence Valgrind warning

2015-03-09 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../0001-Unix-Clear-serial_struct-instances.patch | 42 ++ recipes-qt/qt5/qtserialport.inc| 4 +++ .../0001-Unix-Clear-serial_struct-instances.patch | 42 ++ 3 files changed, 88 insertions(+) create mo

[oe] [meta-oe][PATCH] nodejs: remove curl from RDEPENDS

2015-03-09 Thread Jonathan Liu
curl is only needed to run "make test". Signed-off-by: Jonathan Liu --- meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb index fae4b59..d74d7

[oe] [meta-networking][PATCH 2/2] esmtp: update sendmail link files

2015-03-09 Thread Kai Kang
esmtp use 'sbinsendmail' to define alternative ${sbindir}/sendmail, but other packages msmtp and postfix use 'sendmail'. When remove esmtp, it removes ${sbindir}/sendmail even msmtp or postfix is installed which has alternative ${sbindir}/sendmail. Make esmtp use 'sendmail' too to fix this issue.

[oe] [meta-networking][PATCH 1/2] postfix: add link file /usr/lib/sendmail

2015-03-09 Thread Kai Kang
Link file /usr/lib/sendmail points to /usr/sbin/sendmail is required by LSB core test according to Linux FHS[Ref2]: "For historical reasons, /usr/lib/sendmail must be a symbolic link to /usr/sbin/sendmail if the latter exists." The linke file was provided by package lsb before, but should be provi

[oe] [meta-qt5][PATCH] qt5-base: fix file ownership of fonts

2015-03-09 Thread Jonathan Liu
The file ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index d7c027f..93edb53

[oe] [meta-oe][dylan][PATCH] opencv: Update SRC_URI to use git

2015-03-09 Thread Krzysztof Sywula
From: Khem Raj opencv now has moved to using git. Lets use the git version to fetch SRCs Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../{opencv-samples_2.4.3.bb => opencv-samples_2.4.bb} | 12 +--- .../opencv/{opencv_2.4.3.bb => opencv_2.4.bb} | 10 ++

Re: [oe] [meta-oe][PATCH 1/2] Add mpich support

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 1:57 PM, Victor Rodriguez > wrote: > > +do_configure_prepend() { > +autoreconf --verbose --install --force -I . -I confdb/ -I maint/ > +oe_runconf > +exit > +} Can this be replaced with EXTRA_AUTORECONF += “” mentioning any extra options you added above to aut

[oe] [meta-oe][PATCH 1/2] Add mpich support

2015-03-09 Thread Victor Rodriguez
This patch add mpich support to yocto in order to run MPI framework on embedded systems. Signed-off-by: Alejandro Hernandez Signed-off-by: Victor Rodriguez Signed-off-by: Alexandru.Vaduva --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 29 +++ 1 file changed, 29 ins

[oe] [meta-oe][PATCH 2/2] mpich: Disable RPATH to avoid issues in package_qa

2015-03-09 Thread Victor Rodriguez
From: Aníbal Limón Set --disable-rpath to extra opts in order to avoid issues in package_qa also change default pm to gforker because hydra has problems with RPATH. TODO: Make a patch for solve hydra rpath issues. Signed-off-by: Aníbal Limón --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |

[oe] [meta-oe][PATCH 2/2] python-pyqt : Move RDEPENDS on python-sip to PyQT.

2015-03-09 Thread Philip Balister
python-sip has the runtime support for PyQT. Also drop the need for anki to RDEPEND on python-sip. Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb | 2 +- meta-oe/recipes-extended/anki/anki_0.4.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 de

[oe] [meta-oe][PATCH 1/2] sip: Split python into a new package for runtime support.

2015-03-09 Thread Philip Balister
The package is named python-sip for backwards compatibility. Signed-off-by: Philip Balister --- meta-oe/recipes-extended/sip/sip_4.16.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sip/sip_4.16.4.bb b/meta-oe/recipes-extended/sip/sip_4.16.4.

Re: [oe] [PATCHv3 2/2] nodejs: Upgrade to 0.12.0

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 12:51 AM, Jonathan Liu wrote: > > Hi Khem, > > On 8 March 2015 at 21:59, Khem Raj wrote: >> +RDEPENDS_${PN} = "curl" >> +RDEPENDS_${PN}_class-native = "" > > Does using node actually depend on curl at runtime? > I haven't noticed any runtime dependency on curl when using

Re: [oe] [meta-qt5][PATCH] qt5-git, qtbase, qt5everywheredemo: use https protocol for gitorious

2015-03-09 Thread Frederico Cadete
The following changes since commit 936d70288fd30f4df42bc382fec886a6495ef582: qtwebengine: Fix build with accessibility enabled (2015-03-06 11:04:22 +0100) are available in the git repository at: https://github.com/fredcadete/meta-qt5 master for you to fetch changes up to 06cb6a48d52b8e2eefb

Re: [oe] [meta-qt5][PATCH] qt5-git, qtbase, qt5everywheredemo: use https protocol for gitorious

2015-03-09 Thread Frederico Cadete
On Mon, Mar 9, 2015 at 2:01 PM, Julien Brianceau (jbriance) wrote: > Wouldn't be better to move to http://code.qt.io/ ? This is the new place > where Qt repositories are hosted, and it supports git:// protocol. > > Julien > That sounds good and is working on my side. The remaining question is q

Re: [oe] [meta-qt5][PATCH] qt5-git, qtbase, qt5everywheredemo: use https protocol for gitorious

2015-03-09 Thread Julien Brianceau (jbriance)
Wouldn't be better to move to http://code.qt.io/ ? This is the new place where Qt repositories are hosted, and it supports git:// protocol. Julien -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Beh

Re: [oe] [meta-qt5][PATCH] qt5-git, qtbase, qt5everywheredemo: use https protocol for gitorious

2015-03-09 Thread Otavio Salvador
On Mon, Mar 9, 2015 at 9:52 AM, Frederico Cadete wrote: > As of Gitorious 3.2, this service no longer supports the git:// protocol. > > Added ";protocol=https" to the SRC_URI's that are pointing there. > > Signed-off-by:Frederico Cadete Being it now a GitLab company it seems good to move out to

[oe] meta-angstrom commit 75f0f25e breaks build of opencv from meta-openembedded

2015-03-09 Thread Steffen Sledz
Commit 75f0f25e55f0745a011640b5c81d88be99366f45 in meta-angstrom/recipes-tweaks (branch angstrom-v2014.12-yocto1.7) introduces version 10.5 of libav. This version does no longer provide defines like CODEC_ID_H264 which are needed for opencv 2.4.9 from meta-openembedded/meta-oe/recipes-support (b

[oe] Fwd: cups filters bannertopdf

2015-03-09 Thread Life Life
Hello, I'm try to add cups filter for yocto 1.6.2 daisy I add to Ghostscrip bb this line is not work. ${exec_prefix}/lib/cups/filter/bannertopdf But I add to this lines its work. FILES_${PN}-cups += "${exec_prefix}/lib/cups/filter/gstoraster \ ${exec_prefix}/lib/cups/filte

Re: [oe] [PATCHv3 2/2] nodejs: Upgrade to 0.12.0

2015-03-09 Thread Jonathan Liu
Hi Khem, On 8 March 2015 at 21:59, Khem Raj wrote: > +RDEPENDS_${PN} = "curl" > +RDEPENDS_${PN}_class-native = "" Does using node actually depend on curl at runtime? I haven't noticed any runtime dependency on curl when using the node executable. Regards, Jonathan -- __