[oe] [PATCH][meta-oe] php: create recipe for 5.6.12

2015-08-20 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The difference between 5.6.x and 5.5.x is in http://php.net/migration56 Most improvements in PHP 5.6.x have no impact on existing code. There are a few incompatibilities and new features that should be considered, and code should be tested before switching

Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4

2015-08-20 Thread Kang Kai
On 2015年08月20日 03:57, Joe MacDonald wrote: [[oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4] On 15.08.12 (Wed 10:05) kai.k...@windriver.com wrote: From: Kai Kang kai.k...@windriver.com Upgrade inetutils from 1.9.2 to 1.9.4. You don't appear to be working against the meta-openembedded

Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4

2015-08-20 Thread Kang Kai
On 2015年08月20日 03:57, Joe MacDonald wrote: [[oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4] On 15.08.12 (Wed 10:05) kai.k...@windriver.com wrote: From: Kai Kang kai.k...@windriver.com Upgrade inetutils from 1.9.2 to 1.9.4. You don't appear to be working against the meta-openembedded

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-20 Thread Richard Leitner
Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of

[oe] [PATCH] inetutils: add package config pam

2015-08-20 Thread kai.kang
From: Kai Kang kai.k...@windriver.com Add package config pam for inetutils. And only check pam_appl.h when pam is enabled. Signed-off-by: Kai Kang kai.k...@windriver.com --- ...ls-only-check-pam_appl.h-when-pam-enabled.patch | 40 ++ .../inetutils/inetutils_1.9.4.bb

[oe] [meta-networking][PATCH] drbd: upgrade 8.4.4 - 8.9.3

2015-08-20 Thread Li xin
* Change recipe name from drbd to drbd-utils,since after 8.4.5, the drbd userland tools had been moved to their own repository at http://git.linbit.com/drbd-utils.git (tarball at http://oss.linbit.com/drbd) * Add 0001-Makefile.in-don-t-compile-documentation.patch to avoid build Errors. *

Re: [oe] [meta-oe][PATCH 3/5] talloc: upgrade to 2.1.3

2015-08-20 Thread Bian, Naimeng
Thanks for your update. It's good to me. ^_^ Thanks Bian -Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Thursday, August 20, 2015 11:59 PM To: openembedded-devel@lists.openembedded.org Cc: Bian, Naimeng; Koen Kooi Subject: [meta-oe][PATCH 3/5] talloc:

[oe] [meta-oe][PATCH v6] Opencv: Add OpenCV 3.0

2015-08-20 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v6: Changes proposed by Otavio Salvador

Re: [oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-20 Thread Koen Kooi
Op 21 aug. 2015 om 03:11 heeft Bian, Naimeng bia...@cn.fujitsu.com het volgende geschreven: -Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Thursday, August 20, 2015 11:59 PM To: openembedded-devel@lists.openembedded.org Cc: Bian, Naimeng; Koen Kooi

[oe] Backport for Fido

2015-08-20 Thread Otavio Salvador
Hello Martin, Please backport 6ea7ac016987832e51b0721ce5a52dd4e2f3d0a4 for fido, of meta-oe. Thanks in advance, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347)

Re: [oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-20 Thread Bian, Naimeng
-Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Friday, August 21, 2015 9:42 AM To: Bian, Naimeng Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-oe][PATCH 1/5] waf-samba: add new class Op 21 aug. 2015 om 03:11 heeft Bian, Naimeng

Re: [oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-20 Thread Koen Kooi
Op 21 aug. 2015 om 04:26 heeft Bian, Naimeng bia...@cn.fujitsu.com het volgende geschreven: -Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Friday, August 21, 2015 9:42 AM To: Bian, Naimeng Cc: openembedded-devel@lists.openembedded.org Subject: Re:

Re: [oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-20 Thread Bian, Naimeng
-Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Thursday, August 20, 2015 11:59 PM To: openembedded-devel@lists.openembedded.org Cc: Bian, Naimeng; Koen Kooi Subject: [meta-oe][PATCH 1/5] waf-samba: add new class From: Bian Naimeng

[oe] [meta-webserver][PATCH] apache2: wait for server to start/stop/restart

2015-08-20 Thread adam . chappell
From: Adam Chappell adam.chapp...@ni.com Change start, stop, and restart functions in apache2 init script to return only after completion (i.e. the server has started/stopped, not just received a kill signal). Starting and stopping the server in quick sucession results in an error because the

Re: [oe] Backport for Fido

2015-08-20 Thread akuster808
On 08/20/2015 04:22 PM, Otavio Salvador wrote: Hello Martin, Please backport 6ea7ac016987832e51b0721ce5a52dd4e2f3d0a4 for fido, of meta-oe. Acked-by: Armin Kuster akuster...@gmail.com Thanks in advance, -- ___ Openembedded-devel mailing list

[oe] [meta-python][PATCH] python-pyzmq: Update to version 14.7.0.

2015-08-20 Thread Philip Balister
Signed-off-by: Philip Balister phi...@balister.org --- .../python/{python-pyzmq_14.5.0.bb = python-pyzmq_14.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pyzmq_14.5.0.bb = python-pyzmq_14.7.0.bb} (85%) diff --git

[oe] [meta-oe][PATCH] cppzmq: Bump rev.

2015-08-20 Thread Philip Balister
Signed-off-by: Philip Balister phi...@balister.org --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index

Re: [oe] [meta-python][PATCH] python-pyro4: Add new recipe.

2015-08-20 Thread Philip Balister
Any news on this? I just updated my copy of meta-oe and didn't see it. Philip On 08/04/2015 08:12 AM, Philip Balister wrote: Pyro4 allows remote execution of objects over the network. Signed-off-by: Philip Balister phi...@balister.org --- .../python-pyro4/python-pyro4_4.39.bb

Re: [oe] [meta-python][PATCH] python-pyro4: Add new recipe.

2015-08-20 Thread Martin Jansa
On Thu, Aug 20, 2015 at 10:04:02AM -0400, Philip Balister wrote: Any news on this? I just updated my copy of meta-oe and didn't see it. it's in master-next, but jenkins builds don't look good (not caused by this one but hard for me to see which ones to take and which ones to leave). Philip

Re: [oe] [PATCH 2/2][meta-oe] zeromq: upgrade to 4.1.3

2015-08-20 Thread Philip Balister
On 08/20/2015 01:39 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com 4.1.3 has the dependence on libsodium, 4.1.3 asks pkgconfig bbclass to configure, add a target to build ptest, since the orignial check will build and run which is not suitable for cross-compile,

Re: [oe] [meta-oe][PATCH v6] Opencv: Add OpenCV 3.0

2015-08-20 Thread Otavio Salvador
On Thu, Aug 20, 2015 at 7:10 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: -Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo

Re: [oe] [PATCH 01/12] fontforge: add 20141126

2015-08-20 Thread Andreas Müller
On Thu, Aug 20, 2015 at 5:04 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, May 25, 2015 at 11:13:58PM +0200, Andreas Müller wrote: Have this recipe in my meta-qt5-extra but would be happy to get it under the hood of Martin's world. It started with the native part to build kde's

[oe] [PATCH] synergy: project has moved from synergy.googlecode.com

2015-08-20 Thread Rudolf J Streif
The synergy project on synergy.googlecode.com is defunct. The sources cannot be downloaded from there anymore. The new project home is synergy-project.org, but sources can only be downloaded from ther with a login. The source code repo is on github.com/synergy. New recipe to check out the code

Re: [oe] [=meta-oe][meta-perl][PATCH] libmodule-pluggable-perl: Update to 5.2

2015-08-20 Thread Martin Jansa
On Fri, Jul 31, 2015 at 07:22:08AM -0700, Tim Orling wrote: * Convert from Module::Build to ExtUtils::MakeMaker * Temporarily use github repository until change is merged upstream Signed-off-by: Tim Orling ticot...@gmail.com --- ...dule-pluggable-perl_5.1.bb =

Re: [oe] [=meta-oe][meta-perl][PATCH] libmodule-runtime-perl: update to 0.015

2015-08-20 Thread Martin Jansa
On Fri, Jul 31, 2015 at 07:25:29AM -0700, Tim Orling wrote: * Convert from Module::Build to ExtUtils::MakeMaker * Temporarily use github repository until upstream merges change Signed-off-by: Tim Orling ticot...@gmail.com --- ...ntime-perl_0.014.bb = libmodule-runtime-perl_0.015.bb} | 14

Re: [oe] [meta-oe][meta-python][PATCH] python-pyparted: update to 3.10.5

2015-08-20 Thread Martin Jansa
On Sun, Aug 02, 2015 at 07:27:33PM -0700, Tim Orling wrote: * Upstream changed from fedorahosted to github Signed-off-by: Tim Orling ticot...@gmail.com --- .../{python-pyparted_3.9.bb = python-pyparted_3.10.5.bb} | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-)

Re: [oe] [meta-oe][PATCH v5 2/6] konkretcmpi: add new recipe for openlmi

2015-08-20 Thread Martin Jansa
On Fri, Aug 14, 2015 at 12:43:56PM +0800, Lei Maohui wrote: Konkretcmpi is dependence of openlmi. Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- .../konkretcmpi/konkretcmpi-native_0.9.2.bb| 28 ...txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 31

Re: [oe] [meta-oe][PATCH v2] openwsman: add new recipe

2015-08-20 Thread Martin Jansa
On Thu, Jul 16, 2015 at 01:32:47PM +0800, Lei Maohui wrote: Openwsman is an open source implementation of WS-Management; enabling the in-band management of Linux/uni*/Windows platforms. Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com ---

Re: [oe] [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1

2015-08-20 Thread Martin Jansa
On Tue, Feb 24, 2015 at 10:59:57AM -0300, Mario Domenech Goulart wrote: Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- .../recipes-devtools/python/python-urllib3_1.10.1.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH] sysdig: add new recipe

2015-08-20 Thread Martin Jansa
On Mon, Jun 29, 2015 at 02:34:07PM +0800, Bian Naimeng wrote: sysdig is a tool for system-level exploration and troubleshooting Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb | 32 +++ 1 file changed, 32

[oe] [[meta-ruby][PATCH 2/2] bundler: remove broad FILES definition

2015-08-20 Thread Mark Asselstine
This effectively reverts commit 4e8853ca05f797281469ae7c7ce0c0b3ccf0d7c1 [bundler: Fix QA new Error] The original QA error is now handled by changes to the ruby.bbclass to properly handle build_info and extensions directories that Ruby 2.0.0 now creates while installing gems. This revert isn't

[oe] [[meta-ruby][PATCH 1/2] ruby.bbclass: handle new installation directories

2015-08-20 Thread Mark Asselstine
It appears that newer versions of ruby produce additional directories which were not previously handled by the ruby bbclass, specifically 'build_info' and 'extensions'. This is currently resulting in QA errors/warnings such as: ERROR: QA Issue: puppet: Files/directories were installed but not

Re: [oe] [PATCH] synergy: project has moved from synergy.googlecode.com

2015-08-20 Thread Martin Jansa
On Thu, Aug 20, 2015 at 01:19:02PM -0700, Rudolf J Streif wrote: The synergy project on synergy.googlecode.com is defunct. The sources cannot be downloaded from there anymore. The new project home is synergy-project.org, but sources can only be downloaded from ther with a login. The source

Re: [oe] [PATCH] synergy: project has moved from synergy.googlecode.com

2015-08-20 Thread Rudolf J Streif
The synergy project on synergy.googlecode.com is defunct. The sources cannot be downloaded from there anymore. The new project home is synergy-project.org, but sources can only be downloaded from ther with a login. The source code repo is on github.com/synergy. New recipe to check out the code

Re: [oe] [[meta-ruby][PATCH 1/2] ruby.bbclass: handle new installation directories

2015-08-20 Thread akuster808
Thanks - Armin On 08/20/2015 01:28 PM, Mark Asselstine wrote: It appears that newer versions of ruby produce additional directories which were not previously handled by the ruby bbclass, specifically 'build_info' and 'extensions'. This is currently resulting in QA errors/warnings such as:

Re: [oe] [meta-oe][PATCH 3/5] talloc: upgrade to 2.1.3

2015-08-20 Thread Khem Raj
On Thu, Aug 20, 2015 at 8:59 AM, Koen Kooi k...@dominion.thruhere.net wrote: From: Bian Naimeng bia...@cn.fujitsu.com Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../install-swig-interface-in-SWINGLIBDIR.patch| 23 ---

Re: [oe] [PATCH][meta-networking][v2] ypbind-mt: add status command for initscript

2015-08-20 Thread Rongqing Li
Could we drop the first version of this patch from master-next, {[a314ab41a] ypbind-yocto.init: add status command} and accept this one thanks -Roy On 2015年08月13日 08:38, rongqing...@windriver.com wrote: From: Zhu Yanjun yanjun@windriver.com Add the status command in initscript to check

[oe] [meta-filesystems][PATCH] dmapi: add new recipe

2015-08-20 Thread Jagadeesh Krishnanjanappa
The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring raw access to the disk and knowledge of filesystem structures.This interface is implemented by the libdm

Re: [oe] [meta-filesystems][PATCH] xfsdump: add new recipe

2015-08-20 Thread Martin Jansa
On Thu, Aug 20, 2015 at 09:58:45PM +0530, Jagadeesh Krishnanjanappa wrote: The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files

[oe] [meta-oe][PATCH 4/5] samba: add 4.2.3

2015-08-20 Thread Koen Kooi
Samba is now waf based so this recipe has been written from scratch and will need more review than the usual version bump. Waf allows two methods for site files: 1) Run qemu against sysroot 2) cross-answers.txt 3) all of the above We're going to use 3). This allows overrides as well as building

Re: [oe] [meta-oe][RFC][PATCH 1/3] heimdal 1.6rc2: add buildtool for samba4

2015-08-20 Thread Koen Kooi
Op 18 aug. 2015, om 12:35 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Sun, Aug 09, 2015 at 10:54:04AM +0200, Koen Kooi wrote: Samba4 uses ans1_compile and compile_et to build itself, so we need a -native version of it. Heimdal is the external upstream variant of

[oe] [meta-oe][RFC][PATCH 0/5] Samba 4.x update

2015-08-20 Thread Koen Kooi
Here's what I currently have. I builds samba half of the times, heimdal probably needs some patches for the com_err header issue. Feel free to take these patches and run with them, I'll be mostly AFK for the rest of the month. Bian Naimeng (2): waf-samba: add new class talloc: upgrade to

[oe] [meta-oe][PATCH 3/5] talloc: upgrade to 2.1.3

2015-08-20 Thread Koen Kooi
From: Bian Naimeng bia...@cn.fujitsu.com Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../install-swig-interface-in-SWINGLIBDIR.patch| 23 --- .../recipes-support/talloc/talloc/sepbuild.patch | 27 -

[oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-20 Thread Koen Kooi
From: Bian Naimeng bia...@cn.fujitsu.com waf-samba is a build system used by samba related software Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/classes/waf-samba.bbclass | 51 +++ 1 file

[oe] [meta-oe][PATCH 2/5] heimdal 1.6rc2: add buildtool for samba4

2015-08-20 Thread Koen Kooi
Samba4 uses ans1_compile and compile_et to build itself, so we need a -native version of it. Heimdal is the external upstream variant of the tools samba bundles. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...dm5-fix-race-in-Makefile-with-kadm5_err.h.patch | 34 +++

[oe] [meta-filesystems][PATCH] xfsdump: add new recipe

2015-08-20 Thread Jagadeesh Krishnanjanappa
The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files to a specified disk, tape or other storage medium. Signed-off-by: Jagadeesh

[oe] [meta-oe][PATCH] xerces-c : add new recipe

2015-08-20 Thread Jagadeesh Krishnanjanappa
Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs