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 3FD3B71210 for ; Tue, 14 Oct 2014 10:02:14 +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.14.9/8.14.5) with ESMTP id s9EA2FXp004472 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 14 Oct 2014 03:02:15 -0700 (PDT) Received: from [128.224.162.204] (128.224.162.204) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 14 Oct 2014 03:02:14 -0700 Message-ID: <543CF4A1.9070509@windriver.com> Date: Tue, 14 Oct 2014 18:02:09 +0800 From: Chong Lu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "Burton, Ross" References: <543CF3AB.9030301@windriver.com> In-Reply-To: X-Originating-IP: [128.224.162.204] Cc: OE-core Subject: Re: [PATCH 1/1] gconf: fix multilib conflict - org.gnome.GConf.service 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: Tue, 14 Oct 2014 10:02:15 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 10/14/2014 05:59 PM, Burton, Ross wrote: > On 14 October 2014 10:58, Chong Lu wrote: >> Do you mean we should put /usr/lib64/gconf/gconfd-2 into lib64gconf and >> /usr/lib/gconf/gconfd-2 into lib32gconf? > No, the binary gconfd-2 goes into a separate package, such as gconf. > > Ross > Got it. Thanks //Chong