Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Hi Raj On Fri, Aug 5, 2016 at 6:44 PM, Khem Raj wrote: > >> + >> +diff --git a/cmake/OpenCVUtils.cmake b/cmake/OpenCVUtils.cmake >> +index 3a23cd73633d..1fea1578b1d9 100644 >> +--- a/cmake/OpenCVUtils.cmake >> b/cmake/OpenCVUtils.cmake >> +@@ -76,7 +76,11 @@ function(ocv_include_directories)

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Hi Otavio On Fri, Aug 5, 2016 at 6:44 PM, Otavio Salvador wrote: > On Fri, Aug 5, 2016 at 1:38 PM, Ricardo Ribalda Delgado > wrote: >> It seems like gcc 6.0 does not have the same behaviour as previous 5.x >> with regards isystem flag. >> >> Signed-off-by: Ricardo Ribalda Delgado > > Did you ch

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Otavio Salvador
On Fri, Aug 5, 2016 at 1:38 PM, Ricardo Ribalda Delgado wrote: > It seems like gcc 6.0 does not have the same behaviour as previous 5.x > with regards isystem flag. > > Signed-off-by: Ricardo Ribalda Delgado Did you check if there is a new release? it may fix this error as well. -- Otavio Salv

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Khem Raj
> On Aug 5, 2016, at 9:38 AM, Ricardo Ribalda Delgado > wrote: > > It seems like gcc 6.0 does not have the same behaviour as previous 5.x > with regards isystem flag. > > Signed-off-by: Ricardo Ribalda Delgado > --- > .../recipes-support/opencv/opencv/fixgcc60.patch | 30 +++

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Sorry for the resend, but I forgot to add the Mailing list. Regards -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
It seems like gcc 6.0 does not have the same behaviour as previous 5.x with regards isystem flag. Signed-off-by: Ricardo Ribalda Delgado --- .../recipes-support/opencv/opencv/fixgcc60.patch | 30 ++ meta-oe/recipes-support/opencv/opencv_3.1.bb | 4 +-- 2 files change

Re: [oe] [meta-qt5] commit breaks all other qtbase branches but dev

2016-08-05 Thread Richard Pannek
Hi, > Are you setting qtbase SRCREV somewhere? The LIC_FILES_CHKSUM should be > matching with SRCREVs set in meta-qt5 recipes (e.g. > 7bf002c3b3f8009138fca217c7fa0c234aed21bd > for qtbase). I see, yeah appearantly we use SRCREV = "v5.6.1-1" and it "just worked" befor because those license files ha

Re: [oe] [meta-qt5] commit breaks all other qtbase branches but dev

2016-08-05 Thread Martin Jansa
Are you setting qtbase SRCREV somewhere? The LIC_FILES_CHKSUM should be matching with SRCREVs set in meta-qt5 recipes (e.g. 7bf002c3b3f8009138fca217c7fa0c234aed21bd for qtbase). If you're using different SRCREVs set in your DISTRO config or bbappend, then you'll need to adjust LIC_FILES_CHKSUMs to

[oe] [meta-qt5] commit breaks all other qtbase branches but dev

2016-08-05 Thread Richard Pannek
Hi, We are using the 5.6 branch of qtbase and are following the krogoth branch of meta-qt5. Today our biulds stopped working, I checked what happened and it told me that the md5sums for the license files didn't match anymore. I checked the commits in meta-qt5 krogoth branch and found this commit h

Re: [oe] [oe-commits] [meta-openembedded] 24/39: qpdf: add new recipe

2016-08-05 Thread Andreas Müller
On Fri, Aug 5, 2016 at 12:26 PM, wrote: > martin_jansa pushed a commit to branch master-next > in repository meta-openembedded. > > commit 183ecb3a05823343525d7acc1a650d4b2a0e4183 > Author: fan.xin > AuthorDate: Mon Aug 1 18:46:35 2016 +0900 > > qpdf: add new recipe > > QPDF is a command

Re: [oe] [meta-networking][PATCH] ntp: make ntp and alternative for ntpd

2016-08-05 Thread Martin Jansa
On Thu, Aug 04, 2016 at 09:54:19AM +0200, Pascal Bach wrote: > This way ntp can be used as an alternative to ntpd from busybox It was upgraded to 4.2.8p8 almost 2 months ago, please rebase and test your changes on recent master branch before sending them! OE @ ~/meta-openembedded $ git show -1 --

[oe] [meta-oe][PATCH v2] daemontools: fix QA Issues for daemontools and fix a warning for daemontools-native

2016-08-05 Thread Lei Maohui
Signed-off-by: Lei Maohui --- .../0001-daemontools-Fix-QA-Issue.patch| 26 ++ .../0001-daemontools-native-Fix-a-warning.patch| 26 ++ .../daemontools/daemontools_0.76.bb| 5 - 3 files changed, 56 insertions(+), 1 deletio

[oe] [meta-oe][PATCH] uim: add support for anthy

2016-08-05 Thread Dai Caiyun
make uim support anthy. Signed-off-by: Dai Caiyun --- .../uim/uim/0001-configure.ac-Error-Fix.patch | 29 + .../uim/uim/0001-fep-uim-fep.c-Error-Fix.patch | 30 ++ meta-oe/recipes-support/uim/uim_1.8.6.bb | 11 +++- 3 files changed,