[oe] [meta-networking][PATCH 1/5] cyrus-sasl: remove the unnecessary pkg_postinst

2013-10-31 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com saslpasswd2 is used by an administrator to set a user's sasl password, setting a default one in pkg_postinst in not only unnecessary but also inappropriate. Besides, running saslpasswd2 takes a significant amount of time to finish, so this pkg_postinst will

[oe] [meta-networking][PATCH 2/5] radvd: fix pkg_postinst

2013-10-31 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com `/etc/init.d/populate-volatile.sh update' only needs to run in case of an on-target installation. And it should have a prerequisite that the script is executable. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta-networking/recipes-daemons/radvd/radvd.inc

[oe] [meta-networking][PATCH 5/5] bridge-utils: inherit update-alternatives to avoid duplicate code

2013-10-31 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Inherit update-alternatives to avoid duplicate code. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../recipes-support/bridge-utils/bridge-utils.inc | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git

[oe] [meta-networking][PATCH 4/5] ndisc6: chmod in do_install and remove unnecessary pkg_postinst

2013-10-31 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com We can use chmod to set the SUID bit for applications in the do_install task. If we do so, the pkg_postinsts are no longer needed. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../recipes-support/ndisc6/ndisc6_1.0.2.bb | 14 -- 1

[oe] [meta-networking][PATCH 3/5] quagga: fix pkg_postinst

2013-10-31 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This patch mainly involves two changes. 1. Create necessary files at do_install task. Add these configuration files to the CONFFILES variable. 2. Move the `chmod' and `chown' commands to do_install task. After these two changes, qugga can run successfully

[oe] [meta-oe][PATCH] tcpreplay:add recipe

2013-10-31 Thread b40527
From: Zongchun Yu zongchun...@freescale.com *tcpreplay - a suite of BSD GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. Signed-off-by: Zongchun Yu zongchun...@freescale.com

[oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread b40527
From: Zongchun Yu zongchun...@freescale.com *tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. Signed-off-by: Zongchun Yu zongchun...@freescale.com ---

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Martin Jansa
On Thu, Oct 31, 2013 at 02:40:47AM -0500, b40...@freescale.com wrote: From: Zongchun Yu zongchun...@freescale.com *tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Zongchun YU
Hi Martin. Thanks for your kind comments. I see tcpdump in meta-oe layer too. tcpreplay may use packages captured by tcpdump. putting them in the same layer maybe better. Wish your suggestion? Best Regards Zongchun ___ Openembedded-devel mailing list

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Martin Jansa
On Thu, Oct 31, 2013 at 05:09:07PM +0800, Zongchun YU wrote: Hi Martin. Thanks for your kind comments. I see tcpdump in meta-oe layer too. tcpreplay may use packages captured by tcpdump. putting them in the same layer maybe better. Wish your suggestion? Best Regards Zongchun +Joe

Re: [oe] [meta-oe][PATCH] utouch-mtview: Add missing dependency to libx11

2013-10-31 Thread Martin Jansa
On Tue, Oct 29, 2013 at 04:46:03PM +0100, Samuel Stirtzel wrote: Also added RDEPENDS to virtual/xserver since this program cannot be used without X Signed-off-by: Samuel Stirtzel s.stirt...@googlemail.com --- .../recipes-support/utouch/utouch-mtview_git.bb|4 +++- 1 file changed,

[oe] [meta-oe][PATCH 1/2] log4cplus: Fix LIC_FILES_CHKSUM

2013-10-31 Thread Martin Jansa
* was probably broken since it was added in: commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45 Author: Maxin B. John maxin.j...@enea.com Date: Tue Aug 27 07:55:14 2013 + Subject: log4cplus: add recipe Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH v2] utouch-mtview: Add missing dependency to libx11

2013-10-31 Thread Samuel Stirtzel
Signed-off-by: Samuel Stirtzel s.stirt...@googlemail.com --- .../recipes-support/utouch/utouch-mtview_git.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Joe MacDonald
[Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe] On 13.10.31 (Thu 10:23) Martin Jansa wrote: On Thu, Oct 31, 2013 at 05:09:07PM +0800, Zongchun YU wrote: Hi Martin. Thanks for your kind comments. I see tcpdump in meta-oe layer too. tcpreplay may use packages captured by tcpdump.

Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal

2013-10-31 Thread Joe MacDonald
[Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal] On 13.10.31 (Thu 09:52) Xufeng Zhang wrote: On 10/30/2013 09:36 PM, Joe MacDonald wrote: Hi Xufeng, [Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal]

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 12:40 AM, b40...@freescale.com wrote: +PR = r0 get rid of that, and why are the configure patches not ok for upstreaming ? ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-31 Thread Andrea Adami
On Thu, Oct 31, 2013 at 4:25 AM, Khem Raj raj.k...@gmail.com wrote: Andreas Can you replace remove-gets.patch with the one here http://paste.ubuntu.com/6333696/ and see if it helps ? -khem I've tried but with same results. Howerver this was doing an incremental build. I'm happy to say

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-31 Thread Andrea Adami
On Thu, Oct 31, 2013 at 6:22 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Thu, Oct 31, 2013 at 4:25 AM, Khem Raj raj.k...@gmail.com wrote: Andreas Can you replace remove-gets.patch with the one here http://paste.ubuntu.com/6333696/ and see if it helps ? -khem I've tried but with

[oe] [meta-networking][PATCH] cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall

2013-10-31 Thread Martin Jansa
* make files in bindir/sbindir a bit more deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb

Re: [oe] [meta-oe][PATCH v2] tcpreplay:add recipe

2013-10-31 Thread Zongchun YU
get rid of that, and why are the configure patches not ok for upstreaming ? Hello Khem. Thanks for your comments, I am a newcomer for upstreaming. Do you mean that first I should send the two patches to upstream? Best Regards Zongchun -邮件原件- 发件人: Khem Raj [mailto:raj.k...@gmail.com]

Re: [oe] [meta-oe][PATCH] tcpreplay:add recipe

2013-10-31 Thread Khem Raj
On Thursday, October 31, 2013, Zongchun YU wrote: get rid of that, and why are the configure patches not ok for upstreaming ? Hello Khem. Thanks for your comments, I am a newcomer for upstreaming. Do you mean that first I should send the two patches to upstream? They were marked