[oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-01-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../nodejs/nodejs/0002-Enable-NEON.patch | 27 ++ ...0003-Resolve-bad-rpath-issue-when-linking.patch | 29 ++ meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 61 ++ 3 files changed, 117

Re: [oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-01-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-01-13 09:02, Koen Kooi schreef: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../nodejs/nodejs/0002-Enable-NEON.patch | 27 ++ ...0003-Resolve-bad-rpath-issue-when-linking.patch | 29 ++

Re: [oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-01-30 Thread Eric Bénard
Hi Koen, Le Wed, 30 Jan 2013 09:02:35 +0100, Koen Kooi k...@dominion.thruhere.net a écrit : +++ b/meta-oe/recipes-devtools/nodejs/nodejs/0002-Enable-NEON.patch @@ -0,0 +1,27 @@ +From 8891cb4cae57a6b7db54edb33a43743c4b09c53a Mon Sep 17 00:00:00 2001 +From: Jason Kridner j...@ti.com +Date:

Re: [oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-01-30 Thread Koen Kooi
Op 30 jan. 2013, om 09:51 heeft Eric Bénard e...@eukrea.com het volgende geschreven: Hi Koen, Le Wed, 30 Jan 2013 09:02:35 +0100, Koen Kooi k...@dominion.thruhere.net a écrit : +++ b/meta-oe/recipes-devtools/nodejs/nodejs/0002-Enable-NEON.patch @@ -0,0 +1,27 @@ +From

Re: [oe] [meta-oe][[RFC][PATCH] nodejs: add 0.8.18

2013-01-30 Thread Marcin Juszkiewicz
W dniu 30.01.2013 10:03, Koen Kooi pisze: I should learn to never trust blogposts from people running ubuntu on arm. And you still read my blog? :D ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5

2013-01-30 Thread David Nyström
Signed-off-by: David Nyström david.nyst...@enea.com --- .../{python-lxml_2.2.8.bb = python-lxml_2.3.5.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb = python-lxml_2.3.5.bb} (69%) diff --git

Re: [oe] [meta-oe][PATCH 2/2] python-numpy: add 1.7.0-rc1

2013-01-30 Thread Martin Jansa
On Wed, Jan 30, 2013 at 08:50:39AM +0100, Marcin Juszkiewicz wrote: Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- .../python/python-numpy/aarch64.patch | 41 ++ .../python/python-numpy/aarch64/_numpyconfig.h | 30 +

Re: [oe] [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5

2013-01-30 Thread Gary Thomas
On 2013-01-30 02:57, David Nyström wrote: Signed-off-by: David Nyström david.nyst...@enea.com --- .../{python-lxml_2.2.8.bb = python-lxml_2.3.5.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb =

Re: [oe] [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5

2013-01-30 Thread Martin Jansa
On Wed, Jan 30, 2013 at 10:57:58AM +0100, David Nyström wrote: Signed-off-by: David Nyström david.nyst...@enea.com --- .../{python-lxml_2.2.8.bb = python-lxml_2.3.5.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename

Re: [oe] [meta-oe][PATCH] samba: Split libnss-winbind package

2013-01-30 Thread Martin Jansa
On Tue, Jan 29, 2013 at 03:00:38PM -0200, Otavio Salvador wrote: This allows for applications to resolv wins without the winbindd and sambad. Please send patches for master (and tested in master), not danny patching file meta-oe/recipes-connectivity/samba/samba-basic.inc Hunk #1 FAILED at 9.

[oe] [meta-oe][PATCH] krb5: add e2fsprogs dependency

2013-01-30 Thread igeiser
From: Ian Reinhart Geiser igei...@devonit.com Krb5 needs libcom_err from e2fsprogs to be built. It looks like in some cases if e2fsprogs was built before krb5 this would silently pass. * add that e2fsprogs dependency explicitly. * added back the PR and updated its value to r1. Signed-off-by:

Re: [oe] [meta-oe][[RFC][PATCHv2] nodejs: add 0.8.18

2013-01-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-01-13 10:50, Koen Kooi schreef: The hardfp patch is a forward port from the 0.6.x version in meta-oe, the upstream version doesn't work. I don't know why __SOFTFP__ isn't getting defined, but checking for the PCS version of VFP is a lot safer

Re: [oe] FOSDEM OE stand - call for volunteers/attendees

2013-01-30 Thread Ulf Samuelsson
On 2013-01-22 11:00, Paul Eggleton wrote: Hi folks, OpenEmbedded will have a stand at FOSDEM 2013 (Brussels, Feb 2-3). If you'd like to help out behind the stand we'd really appreciate it! If you're volunteering or even just attending the conference and interested in meeting up with other OE

Re: [oe] [meta-oe][[RFC][PATCHv2] nodejs: add 0.8.18

2013-01-30 Thread Otavio Salvador
On Wed, Jan 30, 2013 at 11:55 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-01-13 10:50, Koen Kooi schreef: The hardfp patch is a forward port from the 0.6.x version in meta-oe, the upstream version doesn't work. I don't know why

[oe] ImageMagick recipe oudated - fetch failure

2013-01-30 Thread Adam Lee
Hi there, I am getting no such file error when building Image Magick. The recipe points to ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-6.7.5-6.tar.bz2, but it looks like the ftp server has updated file (ImageMagick-6.8.2-1.tar.bz2) instead. Please update the recipe :) Regards, Adam

[oe] Server Migration window (0100-0400UTC 31Jan2012)

2013-01-30 Thread Tom King
We have an opportunity to migrate off of the failing server we are currently on for: Git Wiki Patches etc. expected off-time is 1hr. Sorry for the short notice, Tom ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org