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 F1A0D71441 for ; Mon, 15 Sep 2014 14:50:36 +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 s8FEoaVN029782 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 15 Sep 2014 07:50:36 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Mon, 15 Sep 2014 07:50:36 -0700 Message-ID: <5416FCBB.7050108@windriver.com> Date: Mon, 15 Sep 2014 22:50:35 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "Burton, Ross" References: <5416E407.4050703@windriver.com> <5416F9F4.30101@windriver.com> In-Reply-To: Cc: OE-core Subject: Re: [PATCH 1/1] libxml2: fix python path and enable libxml2-python 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: Mon, 15 Sep 2014 14:50:45 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 09/15/2014 10:43 PM, Burton, Ross wrote: > On 15 September 2014 15:38, Robert Yang wrote: >> Ah, yes, then we should set PACKAGECONFIG ??= "python" by default ? >> Otherwise >> I'm afraid that there would be errors. > > No need to set it by default - although my argument here is that we > don't currently. This should work: > > PACKAGECONFIG ??= "" > PACKAGECONFIG_class-native ??= "python" > PACKAGECONFIG_class-nativesdk ??= "python" Thanks, I will update it after testing, I think that also this: PACKAGECONFIG__linuxstdbase ??= "" // Robert > > Ross > >