Re: [oe] [PATCH 03/13] arptables: add bash to RDEPENDS_arptables

2014-09-18 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/1/14 8:18 AM, Robert Yang wrote: > Bashism: > possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', > not 'source'): > source /etc/init.d/functions > possible bashism in arptables/etc/init.d/arptables line 96 ($"foo" should

Re: [oe] [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8

2014-09-18 Thread b40...@freescale.com
Hello, I add it to fix a build error: ... | pimd.h:36:25: fatal error: netinet/pim.h: No such file or directory | #include ... netinet/pim.h is under ${S}/include, and in ${S}/include/README, it said "This directory contains missing system headers". BR, YangHaibo _

[oe] [meta-oe][PATCH] opencv: Add recipe for OpenCV v3.0.0-alpha.

2014-09-18 Thread Nick D'Ademo
Signed-off-by: Nick D'Ademo --- meta-oe/recipes-support/opencv/opencv_3.0.0.bb | 95 ++ 1 file changed, 95 insertions(+) create mode 100644 meta-oe/recipes-support/opencv/opencv_3.0.0.bb diff --git a/meta-oe/recipes-support/opencv/opencv_3.0.0.bb b/meta-oe/recipes-suppo

[oe] SSL crypto broken in Daisy?

2014-09-18 Thread Boszormenyi Zoltan
Hi, I have built systemd-gnome-image from Daisy-based Angström using instructions from http://wp.angstrom-distribution.org/?page_id=53 The set of layers include "meta-intel" and I use the "genericx86" CPU. The image I have has curl installed and whenever I want to use an https:// URL from the

Re: [oe] SSL crypto broken in Daisy?

2014-09-18 Thread Paul Eggleton
Hi Zoltán, On Thursday 18 September 2014 14:36:16 Boszormenyi Zoltan wrote: > I have built systemd-gnome-image from Daisy-based Angström using > instructions from > > http://wp.angstrom-distribution.org/?page_id=53 > > The set of layers include "meta-intel" and I use the "genericx86" CPU. > > T

Re: [oe] SSL crypto broken in Daisy?

2014-09-18 Thread Boszormenyi Zoltan
Hi, 2014-09-18 14:41 keltezéssel, Paul Eggleton írta: > Hi Zoltán, > > On Thursday 18 September 2014 14:36:16 Boszormenyi Zoltan wrote: >> I have built systemd-gnome-image from Daisy-based Angström using >> instructions from >> >> http://wp.angstrom-distribution.org/?page_id=53 >> >> The set of la

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-18 Thread Robert Yang
On 09/16/2014 10:39 PM, Robert Yang wrote: On 09/16/2014 10:30 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the

Re: [oe] Should we set the LICENSE_FLAGS = "commercial" in meta-networking/recipes-connectivity/crda/crda_1.1.3.bb

2014-09-18 Thread Rongqing Li
On 09/17/2014 06:26 PM, Paul Eggleton wrote: Hi Roy, On Wednesday 20 August 2014 10:39:12 Rongqing Li wrote: I see the recipes is using the binary file, http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2013.01.1 1-regulatory.bin Should we set the LICENSE_FLAGS = "comme

Re: [oe] [PATCH 03/13] arptables: add bash to RDEPENDS_arptables

2014-09-18 Thread Robert Yang
On 09/18/2014 03:42 PM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/1/14 8:18 AM, Robert Yang wrote: Bashism: possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', not 'source'): source /etc/init.d/functions possible bashism in arptables/etc/init.

[oe] [PATCH 1/1][meta-oe] imagemagick: do not install magick-baseconfig.h repeatedly

2014-09-18 Thread wenzong.fan
From: Wenzong Fan Both targets install-data-local & install-includeHEADERS will install header file magick-baseconfig.h to the same location, and they might be run in the same time while enabling parallel build: * target dependencies: + install-data-am: ... install-data-local ... install-inclu

[oe] [PATCH 0/1][meta-oe] imagemagick: do not install magick-baseconfig.h repeatedly

2014-09-18 Thread wenzong.fan
From: Wenzong Fan Both targets install-data-local & install-includeHEADERS will install header file magick-baseconfig.h to the same location, and they might be run in the same time while enabling parallel build: * target dependencies: + install-data-am: ... install-data-local ... install-inclu

Re: [oe] [meta-networking][PATCH] pimd: add recipe for pimd-2.1.8

2014-09-18 Thread Khem Raj
On Mon, Sep 15, 2014 at 7:48 PM, YangHaibo wrote: > +CFLAGS_prepend = "-I ${S}/include " why is prepend needed += would be better -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/li

[oe] [meta-networking][PATCH v4] pimd: add recipe for pimd-2.1.8

2014-09-18 Thread YangHaibo
Signed-off-by: YangHaibo --- meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-supp

Re: [oe] [meta-networking][PATCH] pimd: add recipe for pimd-2.1.8

2014-09-18 Thread b40...@freescale.com
New patch is sent out. Replace with +=. BR, YangHaibo From: Khem Raj Sent: Friday, September 19, 2014 12:43 PM To: openembeded-devel Cc: Yang Haibo-B40869 Subject: Re: [oe] [meta-networking][PATCH] pimd: add recipe for pimd-2.1.8 On Mon, Sep 15, 2014 at 7