From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by arago-project.org (Postfix) with ESMTPS id A47D1520E5 for ; Wed, 7 Oct 2020 16:10:04 +0000 (UTC) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 097G73wa108481 for ; Wed, 7 Oct 2020 11:07:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1602086823; bh=Df8ibthC5G53iL/Eyrlv9xMpti7kMrITBosb6/pnhJg=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=cTHZRM7JD+GSeqxyc+wzR/cbMUAVqpz4q7deyS7IwO6fmiYPlsd0knYhoXbguCdl3 f78K9N/6ZlpuAYhCdOo4c51o5X9tYUprgvcdgviY4v9u+R5R7GzcSzoZt8dKZEPU9e DMpAuDs+LSbyoPZVFoWSk1PiKS2JH93xmuBPinio= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 097G73Gg065842 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 7 Oct 2020 11:07:03 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 7 Oct 2020 11:07:02 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 7 Oct 2020 11:07:03 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 097G72a9024206; Wed, 7 Oct 2020 11:07:02 -0500 Date: Wed, 7 Oct 2020 12:07:02 -0400 From: Denys Dmytriyenko To: Aparna Balasubramanian Message-ID: <20201007160701.GG23230@beryl> References: <20201007155758.32716-1-aparnab@ti.com> MIME-Version: 1.0 In-Reply-To: <20201007155758.32716-1-aparnab@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [PATCH] ltp-ddt: Update to latest X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2020 16:10:04 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Oct 07, 2020 at 10:57:58AM -0500, Aparna Balasubramanian wrote: > Signed-off-by: Aparna Balasubramanian Reviewed-by: Denys Dmytriyenko > --- > meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb > index 56a644e..fb0382d 100644 > --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb > +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb > @@ -11,10 +11,10 @@ PROVIDES += "ltp" > DEPENDS += "alsa-lib" > > PE = "1" > -PR = "r5" > +PR = "r6" > PV_append = "+git${SRCPV}" > > -SRCREV = "9d8d90a7cba25bb1e61b41075ec4eab9bfc19d3d" > +SRCREV = "ec5af0cc27ccf2481ccee77dfed5edc21a805b91" > BRANCH ?= "master" > > SRC_URI_remove = "git://github.com/linux-test-project/ltp.git" > -- > 2.7.4 >