From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id A56BD7864B for ; Wed, 17 Jan 2018 14:07:56 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 06:07:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,372,1511856000"; d="scan'208";a="166823908" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga004.jf.intel.com with ESMTP; 17 Jan 2018 06:07:55 -0800 To: Otavio Salvador , OpenEmbedded Core Mailing List , Leonardo Sandoval References: <20180117132107.3599-1-otavio@ossystems.com.br> <20180117132107.3599-3-otavio@ossystems.com.br> From: Alexander Kanavin Message-ID: <62807ad3-5cd0-9968-30d4-06e100d8406c@linux.intel.com> Date: Wed, 17 Jan 2018 16:08:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180117132107.3599-3-otavio@ossystems.com.br> Subject: Re: [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1 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: Wed, 17 Jan 2018 14:07:56 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 01/17/2018 03:21 PM, Otavio Salvador wrote: > License-checksum-change: added new contributors Cool, the license diff extractor worked :) Previously it was a major annoyance. Now we need to fix the patchtest to check for the tag: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe/tree/tests/test_metadata_lic_files_chksum.py#n63 Alex