[oe] [meta-oe][PATCH] dfu-util: Change the SRCURI to gitorious

2014-12-15 Thread Qian Lei
Official website is not available, using git instead. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb

Re: [oe] Cross canadian gcc configuration

2014-12-15 Thread Anders Darander
* Alfonso Tamés alfo...@tames.com [141214 18:22]: Thanks Jakob, I am indeed sourcing the environment script. I suppose it is lacking something. But are you calling the compiler using $CC? Cheers, Anders On Dec 14, 2014, at 7:30 AM, Jacob Kroon jacob.kr...@gmail.com wrote: The sysroot

Re: [oe] [meta-oe][PATCH] dfu-util: Change the SRCURI to gitorious

2014-12-15 Thread Martin Jansa
On Mon, Dec 15, 2014 at 04:42:37PM +0800, Qian Lei wrote: Official website is not available, using git instead. Commit like this was merged couple weeks ago: commit edaa1130b6e7b2f55965e119e042f1311e43e6c8 Author: Chris Morgan chmor...@gmail.com AuthorDate: Mon Nov 10 13:46:33 2014 -0500

[oe] [PATCH][meta-webserver] phpmyadmin: don't install patches

2014-12-15 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Don't install local patch files to target. Signed-off-by: Wenzong Fan wenzong@windriver.com --- meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-perl][PATCH 2/4] libhtml-parser-perl: move package from meta-security to meta-perl

2014-12-15 Thread Armin Kuster
please consider this common package for meta-perl. Signed-off-by: Armin Kuster akuster...@gmail.com --- .../libhtml/libhtml-parser-perl_3.71.bb| 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.71.bb

[oe] [meta-perl][PATCH 1/4] lib-perl: move package from meta-security to meta-perl

2014-12-15 Thread Armin Kuster
please consider this common package for meta-perl. Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-perl/recipes-perl/libperl/lib-perl_0.63.bb | 28 + 1 file changed, 28 insertions(+) create mode 100644 meta-perl/recipes-perl/libperl/lib-perl_0.63.bb diff --git

[oe] [meta-perl][PATCH 3/4] libcurses-perl: move to meta-perl

2014-12-15 Thread Armin Kuster
please consider this for meta-perl. I would like to move it from meta-security to common location. This also updates to latest. Signed-off-by: Armin Kuster akuster...@gmail.com --- .../recipes-perl/libcurses/libcurses-perl_1.32.bb | 26 ++ 1 file changed, 26 insertions(+)

[oe] [meta-perl][PATCH 4/4] libnet-dns-perl: move package to mete-perl.

2014-12-15 Thread Armin Kuster
please consider this package for meta-perl. No real need for this to be in meta-security Signed-off-by: Armin Kuster akuster...@gmail.com --- .../recipes-perl/libnet/libnet-dns-perl_0.81.bb| 25 ++ 1 file changed, 25 insertions(+) create mode 100644

[oe] Dizzy backports

2014-12-15 Thread Viguera, Javier
Hi all, Could the following commits be considered for Dizzy backporting? The first one is absolutely needed as the SRC_URI for imagemagick is currently wrong in Dizzy. The second one would be nice to have as it removes a possible security hole. Both of them are just a cherry-pick away so I

Re: [oe] Dizzy backports

2014-12-15 Thread akuster
Javier, I will stage these for my next request. thanks, Armin On 12/15/2014 09:05 AM, Viguera, Javier wrote: Hi all, Could the following commits be considered for Dizzy backporting? The first one is absolutely needed as the SRC_URI for imagemagick is currently wrong in Dizzy. The second

[oe] OE Changelog since 2014-12-07 until 2014-12-14

2014-12-15 Thread cliff . brake
Changelog since 2014-12-07 until 2014-12-14. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[oe] [meta-networking][PATCH][Dizzy] openvpn: fix CVE-2014-8104

2014-12-15 Thread Armin Kuster
This addresses a security fix for openvpn CVE-2014-8104 Signed-off-by: Armin Kuster akus...@mvista.com --- .../openvpn/openvpn/CVE-2014-8104.patch| 54 ++ .../recipes-support/openvpn/openvpn_2.3.4.bb | 4 +- 2 files changed, 57 insertions(+), 1 deletion(-)

Re: [oe] [meta-perl][PATCH 1/4] lib-perl: move package from meta-security to meta-perl

2014-12-15 Thread Hongxu Jia
On 12/16/2014 12:55 AM, Armin Kuster wrote: please consider this common package for meta-perl. Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-perl/recipes-perl/libperl/lib-perl_0.63.bb | 28 + 1 file changed, 28 insertions(+) create mode 100644

[oe] [PATCH][meta-oe] collectd: add PACKAGECONFIG for libvirt

2014-12-15 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Add PACKAGECONFIG for 'libvirt', otherwise there would be warnings like below: WARN: collectd: collectd rdepends on libvirt, but it isn't a build dependency? Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[oe] [meta-oe][PATCH] ipc-run: Add new recipe

2014-12-15 Thread Qian Lei
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com ---

Re: [oe] [meta-oe][PATCH v2 2/2] mplayer2: cleanup empty directories

2014-12-15 Thread Belal, Awais
ping! BR, Awais From: openembedded-devel-boun...@lists.openembedded.org [openembedded-devel-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Monday, December 08, 2014 3:42 PM To: openembedded-devel@lists.openembedded.org Subject: [oe]

Re: [oe] [meta-oe][PATCH v2 1/2] mplayer2: use autotools-brokensep (B = S)

2014-12-15 Thread Belal, Awais
ping! BR, Awais From: openembedded-devel-boun...@lists.openembedded.org [openembedded-devel-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Monday, December 08, 2014 3:42 PM To: openembedded-devel@lists.openembedded.org Subject: [oe]