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 C4E8273217 for ; Thu, 27 Aug 2015 01:18:03 +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 t7R1I3ob023989 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 26 Aug 2015 18:18:03 -0700 (PDT) Received: from [128.224.162.158] (128.224.162.158) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.235.1; Wed, 26 Aug 2015 18:18:02 -0700 Message-ID: <55DE6549.50707@windriver.com> Date: Thu, 27 Aug 2015 09:18:01 +0800 From: Rongqing Li User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "Burton, Ross" References: <1440568697-32101-1-git-send-email-rongqing.li@windriver.com> In-Reply-To: Cc: OE-core Subject: Re: [PATCH][v2] perf: fix the install-python_ext 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: Thu, 27 Aug 2015 01:18:04 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 2015年08月26日 18:16, Burton, Ross wrote: > > On 26 August 2015 at 06:58, > wrote: > > +export PYTHON_SITEPACKAGES_DIR > > > Why do you export this and then use \$(PYTHON_SITEPACKAGES_DIR), isn't > just using ${PYTHON_SITEPACKAGES_DIR} directly so the expansion is > performed by bitbake neater? > > Ross keep it same as original codes. other reason is that this change is under work-shared dir, it will see puzzle if see the source code from other package, like linux kernel, -- Best Reagrds, Roy | RongQing Li