From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id D8D846FF56 for ; Tue, 15 Mar 2016 16:03:18 +0000 (UTC) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 15 Mar 2016 09:03:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,340,1455004800"; d="scan'208";a="66802465" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by fmsmga004.fm.intel.com with ESMTP; 15 Mar 2016 09:03:13 -0700 To: =?UTF-8?Q?Andreas_M=c3=bcller?= References: <15c0b6ce47e45b3be9db55c6b32bb2830766e932.1457535622.git.alexander.kanavin@linux.intel.com> From: Alexander Kanavin Message-ID: <56E8315D.2080906@linux.intel.com> Date: Tue, 15 Mar 2016 17:59:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 02/24] python3-native: use the previous version of python-config script 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, 15 Mar 2016 16:03:19 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 03/10/2016 11:24 PM, Andreas Müller wrote: > This one seems to report host's python3 version: > > [superandy@localhost sysroots]$ > x86_64-linux/usr/bin/python3-native/python3-config --ldflags > -lpython3.4m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic > > We are at 3.5 This is because python3-config does not contain the version within itself, it reports the version of the python interpreter that it is run with. So NOTABUG. Alex