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 8D48876B7C for ; Wed, 26 Aug 2015 16:13:05 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 26 Aug 2015 09:12:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,416,1437462000"; d="scan'208";a="548976504" Received: from lsandov1-mobl-linux.zpn.intel.com (HELO [10.219.5.168]) ([10.219.5.168]) by FMSMGA003.fm.intel.com with ESMTP; 26 Aug 2015 09:12:42 -0700 Message-ID: <55DDE5BE.9020405@linux.intel.com> Date: Wed, 26 Aug 2015 11:13:50 -0500 From: Leonardo Sandoval User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Christopher Larson References: <8a6c98b192128c361fe5d5692b0f1d23f1cfcbad.1439794714.git.leonardo.sandoval.gonzalez@linux.intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH v2 1/2] insane.bbclass: Check for invalid characters (non UTF8) on recipe metadata 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, 26 Aug 2015 16:13:05 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit hi Chris, On 08/17/2015 05:57 PM, Christopher Larson wrote: > On Mon, Aug 17, 2015 at 12:10 AM, < > leonardo.sandoval.gonzalez@linux.intel.com> wrote: > >> From: Leonardo Sandoval >> >> Check if invalid characters are present on recipe's metadata. Fields >> taken into account are: 'DESCRIPTION', 'SUMMARY', 'LICENSE' and 'SECTION'. >> >> Signed-off-by: Leonardo Sandoval < >> leonardo.sandoval.gonzalez@linux.intel.com> >> > > This commit message doesn't define what "invalid" is. Looking it closely, the commit message does include in parenthesis what is meant by 'invalid'. Any concert about this definition? >