From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id AC3027142A for ; Thu, 18 Sep 2014 09:30:35 +0000 (UTC) Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3hzCb02mKNz3hjJQ; Thu, 18 Sep 2014 11:30:36 +0200 (CEST) X-Auth-Info: VME3sJXuWrqOQ2aVRXhVKmTrp1X7ce1mZ0lJz190eQ4= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3hzCZz5gxQzvhTZ; Thu, 18 Sep 2014 11:30:35 +0200 (CEST) From: Marek Vasut To: Laszlo Papp Date: Thu, 18 Sep 2014 11:30:36 +0200 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) References: <1407438629-13369-1-git-send-email-marex@denx.de> <201409181116.07918.marex@denx.de> In-Reply-To: MIME-Version: 1.0 Message-Id: <201409181130.36388.marex@denx.de> Cc: Koen Kooi , OE-core Subject: Re: [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain 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, 18 Sep 2014 09:30:40 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thursday, September 18, 2014 at 11:23:13 AM, Laszlo Papp wrote: > On Thu, Sep 18, 2014 at 10:16 AM, Marek Vasut wrote: > > On Thursday, September 18, 2014 at 11:11:45 AM, Laszlo Papp wrote: > >> Come on, Yocto maintainers, please... > >> > >> Mark sent this change relatively long ago, and it is still in "new" > >> state, sadly. The current SDK shipped _breaks_ any third-party > >> software that uses standard python with regards to the libraries and > >> all that. > >> > >> This is is slightly frustrating. We also face the same issue. :( > > > > Thanks for the reminder, new version which should fix the issues with the > > previous one is on the ML now. You're all on CC. > > I do not think this is an explicit Qt issue, and hence fixing on that > layer sounds like a weird approach. It seems to be a generic python > issue and so, I think it should be addressed in its core. I opened a > new report for this: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=6735 Then you probably want to add nativesdk-packagegroup-python class into the other toolchain recipes as well . Or even better, into the base SDK toolchain class (is there one?) Best regards, Marek Vasut