From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id B34D360017 for ; Mon, 23 May 2016 12:55:03 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 23 May 2016 05:55:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,355,1459839600"; d="scan'208";a="960447710" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga001.jf.intel.com with ESMTP; 23 May 2016 05:55:03 -0700 To: openembedded-core@lists.openembedded.org References: <5f5c927d9a012122af814032161f3f12b476a442.1464004128.git.jussi.kukkonen@intel.com> <5dbd238f28ac08a748bbdcd549286a8d48da9c2c.1464004128.git.jussi.kukkonen@intel.com> From: Alexander Kanavin Message-ID: <5742FDE2.1090306@linux.intel.com> Date: Mon, 23 May 2016 15:56:02 +0300 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: <5dbd238f28ac08a748bbdcd549286a8d48da9c2c.1464004128.git.jussi.kukkonen@intel.com> Subject: Re: [PATCH 5/5] matchbox-keyboard: Upgrade 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: Mon, 23 May 2016 12:55:03 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 05/23/2016 03:44 PM, Jussi Kukkonen wrote: > -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" > +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" > PV = "0.0+git${SRCPV}" This is a good moment to start using git version tags instead of just updating commit ids. Let's bring down the amount of 'unknown' upstream versions to zero or close to it: http://recipes.yoctoproject.org/rrs/recipes/2.2/M1/?upstream_status=Unknown# Alex