From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 010706006A for ; Mon, 9 Jul 2018 02:29:10 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id w692TAbi006943 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 8 Jul 2018 19:29:10 -0700 (PDT) Received: from [128.224.162.173] (128.224.162.173) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.399.0; Sun, 8 Jul 2018 19:29:09 -0700 To: Khem Raj References: <20180705065408.103714-1-mingli.yu@windriver.com> <5B3F34E5.70101@windriver.com> From: "Yu, Mingli" Message-ID: <5B42C73E.6070009@windriver.com> Date: Mon, 9 Jul 2018 10:23:58 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [128.224.162.173] Cc: openembeded-devel Subject: Re: [meta-oe][PATCH] iozone3: Upgrade to 482 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 02:29:11 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 2018年07月06日 23:01, Khem Raj wrote: > On Fri, Jul 6, 2018 at 2:27 AM Yu, Mingli wrote: >> >> >> >> On 2018年07月06日 00:00, Khem Raj wrote: >>> On Wed, Jul 4, 2018 at 11:54 PM wrote: >>>> >>>> From: Mingli Yu >>>> >>>> Update LIC_FILES_CHKSUM as the file iozone.c >>>> used for LIC_FILES_CHKSUM updated >>>> >>> >>> Please describe what has changed that is causing the checksums to >>> change. >> >> The source file iozone.c changed has causing the checksum change. I have >> already mention it in the commit message. > > Commit message does not say what changed, We already know something > has changed thats causing the checksum change but here we usually > document what changed specifically, purpose is to let users know of > any > change in licensing requirements that they need to be aware of Thanks Khem! I will try to list the changes in V2 but actually the file iozone.c used for checksum is source file. It has so much code changes unlike some packages use COPYRIGHT file or README.md file for checksum. Thanks, > >> >> Thanks, >> >>> >>>> Signed-off-by: Mingli Yu >>>> --- >>>> .../iozone3/{iozone3_465.bb => iozone3_482.bb} | 6 +++--- >>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>> rename meta-oe/recipes-benchmark/iozone3/{iozone3_465.bb => iozone3_482.bb} (95%) >>>> >>>> diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_482.bb >>>> similarity index 95% >>>> rename from meta-oe/recipes-benchmark/iozone3/iozone3_465.bb >>>> rename to meta-oe/recipes-benchmark/iozone3/iozone3_482.bb >>>> index 191b93425..09306e044 100644 >>>> --- a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb >>>> +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_482.bb >>>> @@ -4,14 +4,14 @@ AUTHOR = "Don Capps , William D. Norcott >>> SECTION = "console/tests" >>>> LICENSE = "iozone3" >>>> LIC_FILES_CHKSUM = "file://iozone.c;beginline=37;endline=48;md5=7331260091868dcad0f9edea735b5f4b \ >>>> - file://iozone.c;beginline=260;endline=266;md5=77f9ee51e45b57a7e7519c4fa0b4f00b \ >>>> + file://iozone.c;beginline=260;endline=266;md5=0aa488fd139eac078be6eca86e1435e8 \ >>>> " >>>> SRC_URI = "http://www.iozone.org/src/current/${BPN}_${PV}.tar \ >>>> file://parallelism.patch \ >>>> file://copyright.txt \ >>>> " >>>> -SRC_URI[md5sum] = "c924e5e46fb1cf8145f420e8e57eb954" >>>> -SRC_URI[sha256sum] = "2e3d72916e7d7340a7c505fc0c3d28553fcc5ff2daf41d811368e55bd4e6a293" >>>> +SRC_URI[md5sum] = "31ca1d3d28bc375c20a2808217cf212c" >>>> +SRC_URI[sha256sum] = "2733feb63c96f77177c68f3d938f2294d5394d8554b2767c45cbe138b2f3ae30" >>>> >>>> UPSTREAM_CHECK_REGEX = "iozone3_(?P\d+).tar" >>>> >>>> -- >>>> 2.17.1 >>>> >>>> -- >>>> _______________________________________________ >>>> Openembedded-devel mailing list >>>> Openembedded-devel@lists.openembedded.org >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>> >