From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 55FDF6079E for ; Thu, 11 Oct 2018 22:43:18 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-10) with ESMTPSA id w9BMhEJH023712 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 11 Oct 2018 23:43:15 +0100 Message-ID: From: Richard Purdie To: liu.ming50@gmail.com, openembedded-core@lists.openembedded.org Date: Thu, 11 Oct 2018 23:43:14 +0100 In-Reply-To: <1539267354-26753-1-git-send-email-liu.ming50@gmail.com> References: <1539267354-26753-1-git-send-email-liu.ming50@gmail.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.1 at dan X-Virus-Status: Clean Cc: Cheuk Wing Leung Subject: Re: [PATCH] python3: set PYTHONHOME for nativesdk 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, 11 Oct 2018 22:43:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2018-10-11 at 16:15 +0200, liu.ming50@gmail.com wrote: > From: Cheuk Wing Leung > > commit c5629268b0f8ae0a425c98337d13e8dc83107e13: > [ > python: set PYTHONHOME for nativesdk > > This ensures that the nativesdk python functions correctly > without needing to > set PYTHONHOME in the sdk environment setup script. > ] > > it's also needed for python3. > > Signed-off-by: Cheuk Wing Leung > Signed-off-by: Ming Liu > --- > meta/recipes-devtools/python/python3_3.5.6.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I think its this which is causing breakage: https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/106/steps/7/logs/step3b https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/106/steps/7/logs/step2b https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/106/steps/7/logs/step1b Cheers, Richard