Re: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs.

2018-07-19 Thread Khem Raj
Cc: Lei, Maohui > > Subject: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs. > > > > Error: Transaction check error: > > file /usr/bin/mailq conflicts between attempted installs of esmtp-1.2- > > r0.x86_64 and postfix-3.2.2-r0.x86_64 > > file

Re: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs.

2018-07-19 Thread Lei, Maohui
ping > -Original Message- > From: Lei, Maohui > Sent: Monday, May 28, 2018 2:34 AM > To: openembedded-devel@lists.openembedded.org > Cc: Lei, Maohui > Subject: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs. > > Error: Transaction check error:

Re: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs.

2018-06-20 Thread Khem Raj
Can you rebase it on master and send again ? On Tue, Jun 5, 2018 at 8:43 PM Lei Maohui wrote: > > Error: Transaction check error: > file /usr/bin/mailq conflicts between attempted installs of > esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 > file /usr/bin/newaliases conflicts between attemp

[oe] [meta-networking][PATCH] Fix confilct error in do_rootfs.

2018-06-05 Thread Lei Maohui
Error: Transaction check error: file /usr/bin/mailq conflicts between attempted installs of esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 file /usr/bin/newaliases conflicts between attempted installs of esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 Signed-off-by: Lei Maohui --- meta-ne