From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id 10CA277022 for ; Fri, 25 Sep 2015 11:11:14 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 25 Sep 2015 04:11:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,586,1437462000"; d="scan'208";a="568271219" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by FMSMGA003.fm.intel.com with ESMTP; 25 Sep 2015 04:11:14 -0700 Message-ID: <56052BDD.8050800@linux.intel.com> Date: Fri, 25 Sep 2015 14:11:25 +0300 From: Alexander Kanavin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1443043997.19044.35.camel@linuxfoundation.org> <560529FA.20304@linux.intel.com> In-Reply-To: <560529FA.20304@linux.intel.com> Subject: Re: [PATCH] gcc-shared-source: Set empty SRC_URI 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: Fri, 25 Sep 2015 11:11:16 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 09/25/2015 02:03 PM, Alexander Kanavin wrote: >> gcc-source is the only gcc recipe meant to handle the fetch/unpack/patch >> tasks, the other gcc recipes then depend on this. >> >> This approach has been creating some confusion for tools like the >> archiver. >> The simplest way to signal to these processes that there is no source >> is to empty SRC_URI at the same time we disable the other tasks. >> >> Signed-off-by: Richard Purdie > > This has broken the upstream version check for the gcc recipes, which > was working fine before: > > http://packages.yoctoproject.org/ Actually, maybe the problem is not with this patch, but with the upstream version checker that defaults to 1.0 when the SRC_URI is empty or points to a local file. In that case, it should simply set the upstream version to the version of the recipe itself. I'll file a bug. Alex