[oe] [meta-qt5][PATCH] cmake: match bbappend to OE-Core version bump

2013-11-03 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-devtools/cmake/{cmake_2.8.11.2.bbappend = cmake_2.8.12.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/cmake/{cmake_2.8.11.2.bbappend = cmake_2.8.12.bbappend} (100%) diff --git

Re: [oe] [meta-qt5][PATCH] cmake: match bbappend to OE-Core version bump

2013-11-03 Thread Martin Jansa
On Sun, Nov 03, 2013 at 07:14:34AM -0800, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-devtools/cmake/{cmake_2.8.11.2.bbappend = cmake_2.8.12.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/cmake/{cmake_2.8.11.2.bbappend =

Re: [oe] [meta-qt5][PATCH] cmake: match bbappend to OE-Core version bump

2013-11-03 Thread Khem Raj
On Sun, Nov 3, 2013 at 10:20 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Nov 03, 2013 at 07:14:34AM -0800, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-devtools/cmake/{cmake_2.8.11.2.bbappend = cmake_2.8.12.bbappend} | 0 1 file changed, 0 insertions(+),

Re: [oe] [meta-oe][PATCH] libsdl2-mixer: add recipe

2013-11-03 Thread Martin Jansa
On Wed, Oct 30, 2013 at 03:57:10PM +0200, Marko Lindqvist wrote: Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../libsdl2-mixer/libsdl2-mixer/configure.patch| 26 +++ .../libsdl2-mixer/libsdl2-mixer_2.0.0.bb | 39 ++ 2 files changed, 65

[oe] [meta-networking][PATCH v3 2/3] barnyard2: add recipe

2013-11-03 Thread b40290
From: Chunrong Guo b40...@freescale.com *Barnyard2 is a output system for Snort Signed-off-by: Chunrong Guo b40...@freescale.com --- .../barnyard2-1.8/barnyard2-cross-fix.patch| 21 .../barnyard2/barnyard2_1.8.bb | 18 + 2

[oe] [meta-networking][PATCH v3 3/3] libdnet: add recipe

2013-11-03 Thread b40290
From: Chunrong Guo b40...@freescale.com *dumb networking library *snort depends libdnet Signed-off-by: Chunrong Guo b40...@freescale.com --- .../recipes-connectivity/libdnet/libdnet_1.12.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644

[oe] [PATCH meta-networking] quagga: backport a patch from 0.99.22 to fix no ip address command

2013-11-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- ...ingering-IP-address-after-deletion-BZ-486.patch | 64 .../recipes-protocols/quagga/quagga_0.99.21.bb |3 +- 2 files changed, 66 insertions(+), 1 deletion(-) create mode

[oe] [meta-networking][PATCH 1/2] dnsmasq: uprev to 2.6.3

2013-11-03 Thread Bruce Ashfield
A minimum dnsmasq version of 2.5.9 is required deal with IPv6 link local addresses. So instead of just going to the minimum version, we can go all the way to 2.6.3. As part of this update, the following changes have been made in addition to the pure version update: - PR is dropped in favour of

[oe] [meta-networking][PATCH 0/2]: meta-virtualization derived updates

2013-11-03 Thread Bruce Ashfield
Joe, Here are a couple of changes that I've pulled out of the various layers that I've been testing and looking after. One is an uprev to dnsmasq to 2.63, and the other is a recipe from meta-virtualization that is a better fit in meta-networking. I tweaked both the recipes slightly as part of

[oe] [meta-networking][PATCH 2/2] netcf: move from meta-virtualization to meta-networking

2013-11-03 Thread Bruce Ashfield
netcf was orginally introduced in meta-virtualization, since it provides functionality required by libvirt, but it is otherwise not bound to virtualization. So we can move it to meta-networking, and in the process uprev to the the latest 0.2.3 functinality. Signed-off-by: Bruce Ashfield

[oe] [meta-oe][PATCH] python-greenlet: uprev to 0.4.1

2013-11-03 Thread Bruce Ashfield
During runtime testing of meta-cloud-services several python scripts were continunously segfaulting the interpreter. corefiles and gdb pointed at the greenlet implementation. Moving to 0.4.1 fixed the segfaults, and showed no regressions. Signed-off-by: Bruce Ashfield

[oe] [PATCH] python-greenlet: uprev to 0.4.1

2013-11-03 Thread Bruce Ashfield
During runtime testing of meta-cloud-services several python scripts were continunously segfaulting the interpreter. corefiles and gdb pointed at the greenlet implementation. Moving to 0.4.1 fixed the segfaults, and showed no regressions. Signed-off-by: Bruce Ashfield