From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 40F84602D9 for ; Wed, 25 May 2016 09:15:13 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u4P9FEB6011409 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 25 May 2016 02:15:14 -0700 (PDT) Received: from [128.224.162.191] (128.224.162.191) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Wed, 25 May 2016 02:15:12 -0700 To: "Burton, Ross" References: <1464160265-16527-1-git-send-email-zhenbo.gao@windriver.com> From: zhenbo Message-ID: <57456D1B.1060608@windriver.com> Date: Wed, 25 May 2016 17:15:07 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH] connman: add alias for connman X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 09:15:16 -0000 Content-Type: multipart/alternative; boundary="------------020205070404050201000803" --------------020205070404050201000803 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 2016年05月25日 16:30, Burton, Ross wrote: > > On 25 May 2016 at 08:11, Zhenbo Gao > wrote: > > connman get conflicts with networkmanager when building > the project. > > > Do you mean installing connman and networkmanager at the same time > breaks networking? > Nope, if my project include connman and networkmanager at the same time, the compile step will fail: ... Computing transaction...error: Can't install xfce4-power-manager-1.4.4-r0.0@corei7_64: unable to install provider for networkmanager: error: networkmanager-1.0.4-r0.0@corei7_64 conflicts with connman-1.30-r0.0@corei7_64 ... The dependence relationship is: xfce4-power-manager --> networkmanager packagegroup-self-hosted --> connman Anyway, the patch is not suitable, Koen Kooi has suggested me another way to solve my problem. Thanks, Zhenbo > Ross --------------020205070404050201000803 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 8bit

On 2016年05月25日 16:30, Burton, Ross wrote:

On 25 May 2016 at 08:11, Zhenbo Gao <zhenbo.gao@windriver.com> wrote:
connman get conflicts with networkmanager when building
the project.

Do you mean installing connman and networkmanager at the same time breaks networking?

Nope, if my project include connman and networkmanager at the same time, the compile step will fail:
...
Computing transaction...error: Can't install xfce4-power-manager-1.4.4-r0.0@corei7_64: unable to install provider for networkmanager:
error:     networkmanager-1.0.4-r0.0@corei7_64 conflicts with connman-1.30-r0.0@corei7_64
...
The dependence relationship is:
xfce4-power-manager --> networkmanager
packagegroup-self-hosted --> connman

Anyway, the patch is not suitable, Koen Kooi has suggested me another way to solve my problem.

Thanks,
Zhenbo

Ross

--------------020205070404050201000803--