[oe] [meta-oe][PATCH] tclap: add ALLOW_EMPTY in bb file

2015-01-25 Thread YangHaibo
--- meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb index c6bedea..ab15a7e 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ b/meta-oe/rec

Re: [oe] [meta-xfce][PATCH]] Add XFCE iamge build file

2015-01-25 Thread Andreas Müller
On Mon, Jan 26, 2015 at 1:46 AM, Yong Li wrote: > From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001 > From: Yong Li > Date: Mon, 26 Jan 2015 08:39:37 +0800 > Subject: [PATCH] Add XFCE iamge build file > > Signed-off-by: Yong Li > --- > meta/recipes-graphics/images/core-imag

[oe] [meta-webserver][PATCH 2/2] cherokee: Add a PACKAGECONFIG for cherokee

2015-01-25 Thread Chong Lu
This solves the following warning: WARNING: QA Issue: cherokee rdepends on geoip, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu --- meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/ch

[oe] [meta-oe][PATCH 1/2] syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs

2015-01-25 Thread Chong Lu
This solves the following warning: WARNING: QA Issue: syslog-ng-libs rdepends on geoip, but it isn't a build dependency? [build-deps] Signed-off-by: Chong Lu --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/syslog-ng/

Re: [oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread Joe MacDonald
[Re: [oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip] On 15.01.26 (Mon 10:48) Robert Yang wrote: > > > On 01/26/2015 10:21 AM, akuster808 wrote: > > > >Robert, > > > >thanks. > > > >I think there is a fix for this sitting in the patch queue. > > > >also there is an upd

Re: [oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
On 01/26/2015 10:21 AM, akuster808 wrote: Robert, thanks. I think there is a fix for this sitting in the patch queue. also there is an update pending in master-next for 1.12.3 Thanks, we can drop this patch, then. // Robert - armin On 01/25/2015 05:45 PM, Robert Yang wrote: Fixed: e

Re: [oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread akuster808
Robert, thanks. I think there is a fix for this sitting in the patch queue. also there is an update pending in master-next for 1.12.3 - armin On 01/25/2015 05:45 PM, Robert Yang wrote: Fixed: epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory Signed-off-by:

[oe] [meta-networking] [PATCH 3/5] nuttcp: fix HOMEPAGE and SRC_URI

2015-01-25 Thread Robert Yang
The old ones are invalid. Signed-off-by: Robert Yang --- .../recipes-support/nuttcp/nuttcp_7.2.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.b

[oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
Fixed: epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang --- .../recipes-support/wireshark/wireshark_1.12.2.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb b/met

[oe] [meta-networking] [PATCH 2/5] dnssec-conf: depends libxslt-native

2015-01-25 Thread Robert Yang
Fixed: xmlto: Can't continue, xsltproc tool not found or not executable. Makefile:20: recipe for target 'dnssec-configure.8' failed make: *** [dnssec-configure.8] Error 3 Signed-off-by: Robert Yang --- .../dnssec-conf/dnssec-conf_2.02.bb|3 ++- 1 file changed, 2 insertions(+)

[oe] [meta-webserver] [PATCH 5/5] cherokee: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
Fixed: cherokee/rule_geoip.h:34:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang --- .../recipes-httpd/cherokee/cherokee_1.2.98.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/

[oe] [meta-oe] [PATCH 1/5] openldap: fix for new libtool

2015-01-25 Thread Robert Yang
The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang --- .../recipes-support/openldap/openldap_2.4.39.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.39.bb b/meta-oe/recipes-support/openldap/openldap_2

[oe] [PATCH 0/5] 5 fixes

2015-01-25 Thread Robert Yang
The following changes since commit ddd3ccd63949f9a24040eb39c136ef9730f2662a: ntp: fix perl path (2015-01-23 07:45:20 -0500) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib rbt/5fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contr

[oe] Updates to meta-java (master) in 2015-01-25

2015-01-25 Thread Otavio Salvador
Hello, I pushed following updates: commit 9319b7458cd136404998f7aeb5508a2baa83e40a (HEAD, origin/master, origin/HEAD, master) Author: Zhenhua Luo Date: Wed Jan 21 16:34:50 2015 +0800 openjdk-6: Fix cross compilation for e6500 machines This is only way for compile for now since q

[oe] [meta-xfce][PATCH]] Add XFCE iamge build file

2015-01-25 Thread Yong Li
>From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001 From: Yong Li Date: Mon, 26 Jan 2015 08:39:37 +0800 Subject: [PATCH] Add XFCE iamge build file Signed-off-by: Yong Li --- meta/recipes-graphics/images/core-image-xfce.bb | 15 +++ 1 file changed, 15 insertions(+