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 503415298D for ; Tue, 16 Jul 2019 15:31:58 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x6GFV8mQ129843 for ; Tue, 16 Jul 2019 10:31:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1563291068; bh=G+wbs90B89QntboV4WhgZVMtnXg7i39pzhIl4u2cJ28=; h=From:To:CC:Subject:Date; b=Fkg5TN/tmH2k/mDs6dWCAw/KEiiVvcQhs6oHklRASI3Ra9DkoM9SPsizjG3rqACWT jKKsN/hGRjbrmjEy4tftEoivl7wEe2pWucD6G6SYkNMhCtO1IUQvy6QCQQILhqmsby 5+z2NkisZTxSEExNCE6PAoDptfBGz6ZDHTa75BzE= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x6GFV8P5091878 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Jul 2019 10:31:08 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Tue, 16 Jul 2019 10:31:08 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Tue, 16 Jul 2019 10:31:08 -0500 Received: from yan-ubuntu-1204.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x6GFV8C9046795; Tue, 16 Jul 2019 10:31:08 -0500 From: To: Date: Tue, 16 Jul 2019 11:29:30 -0400 Message-ID: <1563290970-26531-1-git-send-email-yan-liu@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Subject: [PATCH v1] 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: Tue, 16 Jul 2019 15:31:59 -0000 Content-Type: text/plain From: Yan Liu Signed-off-by: Yan Liu --- .../recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb index 01b9045..02b41d6 100644 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -PR = "r7" +PR = "r8" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -39,7 +39,7 @@ RDEPENDS_${PN} = "\ inherit autotools-brokensep -SRCREV = "49133e6da45ed4867c139c22afeabfbee555910b" +SRCREV = "1053c84e8b0485019ab085b5fb4e3c0e72e701ec" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH} \ -- 1.7.9.5