[OE-core] [PATCH] alsa-utils: Add PACKAGECONFIG for udev

2014-01-19 Thread Phil Blundell
Commit b92a3e9d093bc9421aa38a40bc6bfd559a16b3be introduced a dependency on udev, which is undesirable for distros which don't otherwise require or build udev (and, as such, don't have any interest in the rules.d files). Make this conditional on a PACKAGECONFIG setting so that it can be turned off

Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-19 Thread wangting
Any issues about this case ? Thanks Ting ting.w...@windriver.com wrote: From: Ting Wang Function tests: 1)gzip compress file 2)compressed file integrity check 3)zcat compress file 4)gzip decompress file --- meta/classes/testimage.bbclass |4 ++-- meta/lib/oeqa/runtime/gzip.py | 32 +++

[OE-core] [PATCH V3 4/5] distcc: add systemd support

2014-01-19 Thread Chen Qi
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] Signed-off-by: Chen Qi --- meta/recipes-devtools/distcc/distcc_3.1.bb | 14 +++--- meta/recipes-devtools/distcc/files/default |5 + meta/recip

[OE-core] [PATCH V3 0/5] systemd misc fixes

2014-01-19 Thread Chen Qi
Changes since V2: 1. Recommend the 'less' package instead of depend on it. The following changes since commit 8163854adf87ac42a8f08ee25685d0ce1efb4724: oe-selftest: separated the SStateBase and SStateTests in different modules (2014-01-16 12:18:44 +) are available in the git repository at

[OE-core] [PATCH V3 5/5] at: add systemd support

2014-01-19 Thread Chen Qi
Add systemd support for at. This patch mainly comes from meta-systemd. [YOCTO #4420] Signed-off-by: Chen Qi --- meta/recipes-extended/at/at_3.1.14.bb | 10 +- meta/recipes-extended/at/files/atd.service |9 + 2 files changed, 18 insertions(+), 1 deletion(-) create mo

[OE-core] [PATCH V3 3/5] openssh: fixes for systemd

2014-01-19 Thread Chen Qi
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. Signed-off-by: Chen Qi --- .../open

[OE-core] [PATCH V3 2/5] dropbear: add systemd unit files

2014-01-19 Thread Chen Qi
This patch mainly comes from meta-systemd with a few modifications. The purpose is to get rid of the LSB init scripts in systemd images. [YOCTO #4420] Signed-off-by: Chen Qi --- meta/recipes-core/dropbear/dropbear.inc| 17 - .../recipes-core/dropbear/dropbear/dropb

[OE-core] [PATCH V3 1/5] systemd: add 'less' to its RRECOMMENDS

2014-01-19 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RRECOMMENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen

Re: [OE-core] [PATCH V3 2/2] Add missing RDEPENDS of initscripts-functions

2014-01-19 Thread ChenQi
On 01/17/2014 10:11 PM, Paul Eggleton wrote: Hi Qi, On Monday 06 January 2014 15:27:35 Chen Qi wrote: Now that the initscripts-functions has been packaged separately, packages which may use the functions script should have a runtime dependency on it. Signed-off-by: Chen Qi --- meta/recipes-

Re: [OE-core] [PATCH V3 2/2] Add missing RDEPENDS of initscripts-functions

2014-01-19 Thread ChenQi
On 01/17/2014 11:37 PM, Martin Jansa wrote: On Fri, Jan 17, 2014 at 02:11:39PM +, Paul Eggleton wrote: Hi Qi, On Monday 06 January 2014 15:27:35 Chen Qi wrote: Now that the initscripts-functions has been packaged separately, packages which may use the functions script should have a runtime

Re: [OE-core] [PATCH 3/5] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2014-01-19 Thread Martin Jansa
On Sun, Jan 19, 2014 at 05:13:45PM +, Richard Purdie wrote: > On Sat, 2014-01-18 at 15:02 +0100, Martin Jansa wrote: > > * when package contains some files matching "^.*\.so", but in directory > > not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) > > don't register i

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2014-01-19 Thread Andrei Gherzan
On Mon, Jan 13, 2014 at 02:09:36PM +, Paul Eggleton wrote: > On Friday 03 January 2014 16:58:10 Andrei Gherzan wrote: > > On Tue, Dec 17, 2013 at 7:01 PM, Andrei Gherzan wrote: > > > On Tue, Dec 17, 2013 at 6:53 PM, Paul Eggleton < > > > > > > paul.eggle...@linux.intel.com> wrote: > > >> On Tu

Re: [OE-core] [PATCH 3/5] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2014-01-19 Thread Richard Purdie
On Sat, 2014-01-18 at 15:02 +0100, Martin Jansa wrote: > * when package contains some files matching "^.*\.so", but in directory > not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) > don't register it as libfoo provider, because it's possible that there > is different

Re: [OE-core] [PATCHv2 3/5] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2014-01-19 Thread Martin Jansa
On Sun, Jan 19, 2014 at 04:23:35PM +0100, Martin Jansa wrote: > * when package contains some files matching "^.*\.so", but in directory > not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) > don't register it as libfoo provider, because it's possible that there > is dif

[OE-core] [PATCHv3 2/5] package.bbclass: show warning when package is providing already provided shlib

2014-01-19 Thread Martin Jansa
* move read_shlib_providers before registering package as provider and show warning when different package tries to provide something already provided. [YOCTO #4628] Signed-off-by: Martin Jansa --- meta/classes/package.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-

[OE-core] [PATCHv2 3/5] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2014-01-19 Thread Martin Jansa
* when package contains some files matching "^.*\.so", but in directory not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) don't register it as libfoo provider, because it's possible that there is different package providing libfoo.so in ${libdir} and that would be be

Re: [OE-core] [PATCHv2 2/5] package.bbclass: show warning when package is trying to provide already provided shlib

2014-01-19 Thread Phil Blundell
On Sun, 2014-01-19 at 14:28 +0100, Martin Jansa wrote: > * move read_shlib_providers before registering package as provider > and don't change provider if it already exists, show warning instead This new patch doesn't seem to match the commit message any more. p. > +if s in shl

[OE-core] [PATCHv2 2/5] package.bbclass: show warning when package is trying to provide already provided shlib

2014-01-19 Thread Martin Jansa
* move read_shlib_providers before registering package as provider and don't change provider if it already exists, show warning instead [YOCTO #4628] Signed-off-by: Martin Jansa --- meta/classes/package.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/me

Re: [OE-core] [PATCH 2/5] package.bbclass: show warning when package is trying to provide already provided shlib

2014-01-19 Thread Martin Jansa
On Sat, Jan 18, 2014 at 03:02:07PM +0100, Martin Jansa wrote: > * move read_shlib_providers before registering package as provider > and don't change provider if it already exists, show warning instead > > [YOCTO #4628] > > Signed-off-by: Martin Jansa > --- > meta/classes/package.bbclass | 12