[oe] [meta-java][PATCH] openjdk-7: fix icedtea-crosscompile-fix.patch

2015-06-23 Thread Amy Fong
>From ed2cca0045c597a28ce4ea3f9ce220c97a2a05fe Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 22 Jun 2015 14:50:20 -0400 Subject: [PATCH] openjdk-7: fix patch Fixing what looks like a hand edited patch error Signed-off-by: Amy Fong --- recipes-core/openjdk/openjdk-7-75b13/iced

[oe] [meta-java] [PATCH] cacao-initial-native build issues on gcc 4.4

2015-06-24 Thread Amy Fong
>From 460ba5f0f8d995e430608ae41eb6527da61bcb3e Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 23 Jun 2015 17:13:58 -0400 Subject: [PATCH] cacao-initial-native build issues on gcc 4.4 The following error is seen when cacao-initial is built with gcc 4.4: LOG: [0x7f595fed3700]

[oe] [meta-filesystems] [PATCH] aufs-tools - version cleanup

2015-03-31 Thread Amy Fong
>From b475c003b0581eab69b90a662bffafcf67419c76 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 31 Mar 2015 13:17:43 -0400 Subject: [PATCH] aufs-tools - version cleanup Fix the version to be 3.0 so that it corresponds to what we get from the SRCREV. Signed-off-by: Amy Fong --- m

[oe] [meta-java] Missing dependencies

2014-01-06 Thread Amy Fong
>From d088588c1489cd4a059d99e46142f0ba65dd7c65 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 6 Jan 2014 08:12:16 -0500 Subject: [PATCH 1/1] Missing dependencies in some java packages classpath-native and jamvm-native both needs to depend on java-initial openjdk-7 and jamvm-native both ne

[oe] [meta-networking] Uprev memcached from upstream

2014-04-09 Thread Amy Fong
commit 3d0b80c5667a2c1d8634173948048567d0bc9c36 Author: Amy Fong Date: Tue Apr 8 14:29:19 2014 -0400 Uprev memcached from upstream memcached 1.4.15 has some configuration errors: configure:5798: error: cannot run test program while cross compiling Uprev has the needed

[oe] [meta-oe] [PATCH] nodejs needs python-native

2014-05-20 Thread Amy Fong
>From c13975829fde23138a35d63f2b641fad0fde8c72 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 14:58:54 -0400 Subject: [PATCH] nodejs needs python-native nodejs should use python from python-native package. On some hosts, the default python is missing bz2 support. Signed-off

[oe] [meta-ruby] [PATCH] ruby overwrites configuration files in ruby-native

2014-05-22 Thread Amy Fong
>From 11b1e17a6dfdd84b3969c17b1b85b3b9bb934d11 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 22 May 2014 16:43:40 -0400 Subject: [PATCH] ruby overwrites configuration files in ruby-native ruby's install rule is calling install-cross, this overwrites files installed by ruby-native

[oe] [meta-oe] [PATCH] nodejs build failure due to execvp arg list too long

2014-05-27 Thread Amy Fong
>From 4a6b2c2d30c07006be86efc41350030e4b47e307 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 27 May 2014 12:45:35 -0400 Subject: [PATCH] nodejs build failure due to execvp arg list too long In builds with really long paths, we'll see this error message. Modify the way args are pass

[oe] [meta-oe] [PATCH] [v2] nodejs needs python-native (Was: Re: [meta-oe] [PATCH] nodejs needs python-native)

2014-05-27 Thread Amy Fong
>From 1f1029bff98bd52a52a5bf81f4f36ca86d28f8cd Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 27 May 2014 12:52:00 -0400 Subject: [PATCH] nodejs needs python-native nodejs should use python from python-native package. On some hosts, the default python is missing bz2 support. Signed-off

[oe] [meta-networking] [v2] Uprev memcached from upstream

2014-06-23 Thread Amy Fong
>From c786655029c2d2d9f1d78ae5b3d4667003064b95 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 23 Jun 2014 12:08:58 -0400 Subject: [PATCH] Uprev memcached from upstream memcached 1.4.15 has some configuration errors: configure:5798: error: cannot run test program while cross compiling Up

[oe] [meta-oe] [PATCH] postgresql configure error

2014-07-16 Thread Amy Fong
Author: Amy Fong Date: Wed Jul 16 10:57:38 2014 -0400 postgresql: libxml2 configure error postgresql is looking for libxml2 in the wrong location .../usr/include libxml2 installs its header files under .../usr/include/libxml2 Signed-off-by: Amy Fong diff --git a

Re: [oe] [meta-oe] [PATCH] postgresql configure error

2014-07-16 Thread Amy Fong
On Wed, Jul 16, 2014 at 05:26:57PM +0200, Martin Jansa wrote: > On Wed, Jul 16, 2014 at 10:59:28AM -0400, Amy Fong wrote: > > Author: Amy Fong > > Date: Wed Jul 16 10:57:38 2014 -0400 > > > > postgresql: libxml2 configure error > > > > p

[oe] [meta-oe][PATCH] uprev openldap 2.4.39

2014-07-28 Thread Amy Fong
>From 10be38b1a220079953f1aab0d1d79eee10a9855e Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 15 Jul 2014 17:48:54 -0400 Subject: [PATCH] keystone: package openLDAP 2.4.39 The patches are taken from Debian. Signed-off-by: Amy Fong --- .../add-tlscacert-option-to-ldap-conf.pa

[oe] [PATCH][meta-selinux] policycoreutils dependency issues

2013-02-13 Thread Amy Fong
policyutilutils: needs some dependencies unconditionally policycoreutils will fail to compile if selinux isn't in the DISTROFEATURES. We move these packages out of @target_selinux. Signed-off-by: Amy Fong -- policycoreutils.inc |5 +++-- 1 file changed, 3 insertions(+), 2 dele

[oe] [PATCH][meta-webserver] apache2 multilib issues

2013-02-15 Thread Amy Fong
CONFFILES_${PN}) Signed-off-by: Amy Fong -- apache2_2.4.2.bb | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/recipes-httpd/apache2/apache2_2.4.2.bb b/recipes-httpd/apache2/apache2_2.4.2.bb index af8c4ca..1ed189b 100644 --- a/recipes-httpd

[oe] question on App bitsize - need the same as the kernel (multilib situation)

2013-03-12 Thread Amy Fong
I need to build an application that has the same bitsize as the kernel. But in my multilib configuration, the default usersapce bitsize is not the same as the kernel's bitsize. How do you do this? Thanks! Amy ___ Openembedded-devel mailing list Openemb

Re: [oe] question on App bitsize - need the same as the kernel (multilib situation)

2013-03-12 Thread Amy Fong
It may be a combination of kernel ppc64 + userspace ppc (32); or kernel x86-64 + userspace x86-32. On Tue, Mar 12, 2013 at 03:41:29PM -0700, Khem Raj wrote: > > On Mar 12, 2013, at 2:19 PM, Amy Fong wrote: > > > I need to build an application that has the same bitsize as

Re: [oe] question on App bitsize - need the same as the kernel (multilib situation)

2013-03-13 Thread Amy Fong
On Tue, Mar 12, 2013 at 08:25:55PM -0700, Khem Raj wrote: > > On Mar 12, 2013, at 8:13 PM, Amy Fong wrote: > > > It may be a combination of kernel ppc64 + userspace ppc (32); > > or kernel x86-64 + userspace x86-32. > > > I think you to ship ppc64 C runtime

[oe] [meta-java] junit4 needs license file

2013-08-13 Thread Amy Fong
>From 932e117d09a685ad567d36a1f2f48b2f265e62e2 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 13 Aug 2013 11:17:43 -0400 Subject: [PATCH] junit4 needs license file Updating the license to CPL-1.0 to reflect one of the files under common-licenses. We add LIC_FILES_CHKSUM as the defa

[oe] distutils: Replacing path to native path only to be done to non-native python packages

2013-09-19 Thread Amy Fong
e is not a specified dependency of a number of native python packages. We modify the change to apply specifically to non-native packages. Signed-off-by: Amy Fong --- meta/classes/distutils.bbclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/classes/distutils

[oe] [meta-java][PATCH] java missign classes during compile

2013-09-24 Thread Amy Fong
>From 2182b6f32502ce3e614dafa0d1292ab728613211 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 24 Sep 2013 16:59:38 -0400 Subject: [PATCH] java missing classes during compile oe_makeclasspath uses an invalid test to see the package is native. (testing if the build arch and package arch

[oe] [meta-networking] [PATCH] autofs: fails to compile with openldap disabled

2013-01-18 Thread Amy Fong
commit 09947d772a36e4d2c2dc48356281bd3ce0a04b0c Author: Amy Fong Date: Fri Jan 18 11:10:35 2013 -0500 autofs: fails to compile with openldap disabled As of 5.0.6, it appears that changes were introduced so that if you compile with openldap disabled and openldap headers are not

[oe] [PATCH] autofs has openldap dependency issues

2013-01-18 Thread Amy Fong
Please apply to meta-openembedded/meta-networking... commit 09947d772a36e4d2c2dc48356281bd3ce0a04b0c Author: Amy Fong Date: Fri Jan 18 11:10:35 2013 -0500 autofs: fails to compile with openldap disabled As of 5.0.6, it appears that changes were introduced so that if you

Re: [oe] [meta-networking] [PATCH] autofs: fails to compile with openldap disabled

2013-01-22 Thread Amy Fong
On Mon, Jan 21, 2013 at 02:58:39PM -0500, Joe MacDonald wrote: Hi Joe, > Hey Amy, > > [[oe] [meta-networking] [PATCH] autofs: fails to compile with openldap > disabled] On 13.01.18 (Fri 12:13) Amy Fong wrote: > > > commit 09947d772a36e4d2c2dc48356281bd3ce0a04b0c > >