[oe] [meta-oe][PATCH] linux.inc: support building with B != S which is default now

2015-01-06 Thread Martin Jansa
* this .inc file wasn't working since oe-core commit: commit 106dab2fd0321e6b4e77b40111e59a3a31d329d4 Author: Richard Purdie richard.pur...@linuxfoundation.org Date: Fri Dec 19 17:46:27 2014 + Subject: kernel: Fix non linux-yocto builds * Fixes following do_configure error | NOTE:

Re: [oe] [OE-core] What is expected of a kernel recipe nowadays?

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 09:57:31AM +0100, Martin Jansa wrote: FWIW: I'm also seeing various kernel failures since the changes. Most my kernel are also using linux.inc from meta-oe which wasn't updated yet (I plan to look into it soon, unless someone else beats me to it) The worst part is

Re: [oe] [PATCH 03/10] ddrescue: update to 1.19

2015-01-06 Thread Martin Jansa
On Mon, Jan 05, 2015 at 01:31:15PM +, Paul Eggleton wrote: On Monday 05 January 2015 13:35:52 Martin Jansa wrote: On Mon, Jan 05, 2015 at 11:00:47AM +, Paul Eggleton wrote: * License changed to GPLv2+ * Upstream now only releases .lz files for new releases Is .lz working

Re: [oe] [OE-core] What is expected of a kernel recipe nowadays?

2015-01-06 Thread Burton, Ross
On 6 January 2015 at 11:04, Martin Jansa martin.ja...@gmail.com wrote: | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at

Re: [oe] [PATCH 03/10] ddrescue: update to 1.19

2015-01-06 Thread Paul Eggleton
On Tuesday 06 January 2015 12:25:02 Martin Jansa wrote: On Mon, Jan 05, 2015 at 01:31:15PM +, Paul Eggleton wrote: On Monday 05 January 2015 13:35:52 Martin Jansa wrote: On Mon, Jan 05, 2015 at 11:00:47AM +, Paul Eggleton wrote: * License changed to GPLv2+ * Upstream now only

Re: [oe] [meta-oe][V2 PATCH 3/3] dlm: add a new recipe

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 12:12:36PM +0800, leimaohui wrote: From: leimh leimao...@cn.fujitsu.com The kernel dlm requires a user daemon to control membership. Signed-off-by: leimh leimao...@cn.fujitsu.com --- meta-oe/recipes-extended/dlm/dlm_4.0.2.bb | 47 +++

Re: [oe] [OE-core] What is expected of a kernel recipe nowadays?

2015-01-06 Thread Bruce Ashfield
On Tue, Jan 6, 2015 at 6:33 AM, Burton, Ross ross.bur...@intel.com wrote: On 6 January 2015 at 11:04, Martin Jansa martin.ja...@gmail.com wrote: | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR:

[oe] [meta-qt5][PATCH] qmake5_base: add *.prf to SSTATE_SCAN_FILES

2015-01-06 Thread Martin Jansa
* e.g. maliit-framework-qt5 is staging sysroot specific paths in sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-plugins.prf sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-framework.prf make sure they are replaced with correct ones on sstate reuse Signed-off-by: Martin Jansa

Re: [oe] recent addition of libgxim depends issue

2015-01-06 Thread Khem Raj
On Jan 4, 2015, at 9:49 AM, akuster808 akuster...@gmail.com wrote: Hello, While building world I found and issue with libgxim. libgxim depends on ruby-native. meta-ruby is not a layer depends for meta-oe. Can meta-oe have layer depends other then 'core' ? if so, this is an easy fix.

[oe] wolfSSL at FOSDEM 2015

2015-01-06 Thread Leah
wolfSSL (CyaSSL) will be attending FOSDEM 2015. We will be located at booth #9 in the AW building. If you are attending and want to learn more about our products and how we utilize OpenEmbedded, feel free to stop by! We can be contacted at i...@wolfssl.com if you would like more information. --

Re: [oe] [meta-oe][PATCH 2/2] libssh: fix krb5 rdepends issue

2015-01-06 Thread akuster808
On 01/06/2015 08:30 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 08:01:07AM -0800, Armin Kuster wrote: the default is to build with GSSAPI enable so we need krb5 support. shouldn't it be in DEPENDS then? RDEPENDS could be too late for do_configure to detect it. k. Also I don't see

Re: [oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

2015-01-06 Thread akuster808
On 01/06/2015 08:28 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 08:01:06AM -0800, Armin Kuster wrote: add --without-expat Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

2015-01-06 Thread akuster808
On 01/06/2015 08:28 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 08:01:06AM -0800, Armin Kuster wrote: add --without-expat Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 0/2] world build fixes

2015-01-06 Thread Armin Kuster
this should address the RDEPENDS issue found in world build Armin Kuster (2): proftpd: fix rdepends issue netkit-rwho: fix rdepends issue meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb | 2 +- meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb | 2 ++ 2 files

Re: [oe] [meta-oe][V2 PATCH 3/3] dlm: add a new recipe

2015-01-06 Thread Lei, Maohui
Hi Martin +DEPENDS = corosync systemd Does it need explicit systemd dependency? https://git.fedorahosted.org/cgit/dlm.git/tree/dlm_controld/Makefile looks like yes with default USE_SD_NOTIFY Yes. If yes, then it should be together with REQUIRED_DISTRO_FEATURES = systemd to prevent

[oe] [meta-networking][PATCH] opensaf: update SRC_URI and install actions

2015-01-06 Thread Joe MacDonald
The default configuration for OpenSAF creates /run and /var/lock during install time. Tweak the recipe to use ${localstatedir} as other recipes do, and clean up at the end of do_install. Swap the hard-coded SRC_URI with ${SOURCEFORGE_MIRROR} while we're at it. Signed-off-by: Joe MacDonald

Re: [oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue

2015-01-06 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue] On 15.01.06 (Tue 17:48) akuster808 wrote: On 01/06/2015 08:26 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 07:59:19AM -0800, Armin Kuster wrote: Signed-off-by: Armin Kuster akuster...@gmail.com ---

Re: [oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue

2015-01-06 Thread akuster808
On 01/06/2015 08:26 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 07:59:19AM -0800, Armin Kuster wrote: Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH 2/2] libssh: fix krb5 rdepends issue

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 08:01:07AM -0800, Armin Kuster wrote: the default is to build with GSSAPI enable so we need krb5 support. shouldn't it be in DEPENDS then? RDEPENDS could be too late for do_configure to detect it. Also I don't see 0.6.3 version in current master: OE @

Re: [oe] [meta-qt5][dizzy][PATCH] qttranslations: adding recipe for various qt translation ipks

2015-01-06 Thread Otavio Salvador
On Tue, Jan 6, 2015 at 4:22 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jan 06, 2015 at 12:29:30PM -0500, kkelly87 wrote: Since the layer does not have a specific recipe for the qttranslation submodule it was never being built and ui elements like the OK and Cancel buttons had no

[oe] [meta-networking][PATCH v3] openl2tp: add new recipe

2015-01-06 Thread Joe MacDonald
From: Li xin lixin.f...@cn.fujitsu.com OpenL2TP is an open source L2TP client / server, written specifically for Linux. It has been designed for use as an enterprise L2TP VPN server or in commercial, Linux-based, embedded networking products and is able to support hundreds of sessions, each with

[oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue

2015-01-06 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb

[oe] [meta-networking][PATCH 2/2] netkit-rwho: fix rdepends issue

2015-01-06 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb

[oe] [meta-efl][PATCH 2/2] efl, elementary: upgrade to 1.12.2

2015-01-06 Thread Martin Jansa
* announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_12_2_releases/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/{efl_1.12.1.bb = efl_1.12.2.bb} | 4 ++-- .../recipes-efl/efl/{elementary_1.12.1.bb =

[oe] [meta-efl][PATCH 1/2] e-wm: upgrade to 0.19.2

2015-01-06 Thread Martin Jansa
* announcement: https://phab.enlightenment.org/phame/live/3/post/e19_2_release/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/e-wm.inc | 2 +- .../e17/e-wm/0001-configure.ac-add-foreign.patch | 29 --

Re: [oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 07:59:19AM -0800, Armin Kuster wrote: Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-networking][PATCH 1/2] proftpd: fix rdepends issue

2015-01-06 Thread Paul Eggleton
On Tuesday 06 January 2015 17:26:10 Martin Jansa wrote: On Tue, Jan 06, 2015 at 07:59:19AM -0800, Armin Kuster wrote: Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-qt5][dizzy][PATCH] qttranslations: adding recipe for various qt translation ipks

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 12:29:30PM -0500, kkelly87 wrote: Since the layer does not have a specific recipe for the qttranslation submodule it was never being built and ui elements like the OK and Cancel buttons had no translations. Can you please create version for master branch as well? In

[oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

2015-01-06 Thread Armin Kuster
add --without-expat Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb index

[oe] [meta-oe][PATCH 2/2] libssh: fix krb5 rdepends issue

2015-01-06 Thread Armin Kuster
the default is to build with GSSAPI enable so we need krb5 support. Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/libssh/libssh_0.6.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb

Re: [oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

2015-01-06 Thread Martin Jansa
On Tue, Jan 06, 2015 at 08:01:06AM -0800, Armin Kuster wrote: add --without-expat Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[oe] [meta-qt5][dizzy][PATCH] qttranslations: adding recipe for various qt translation ipks

2015-01-06 Thread kkelly87
Since the layer does not have a specific recipe for the qttranslation submodule it was never being built and ui elements like the OK and Cancel buttons had no translations. Signed-off-by: Kevin Kelly kaned...@hotmail.com --- recipes-qt/qt5/qttranslations.inc | 85