From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by arago-project.org (Postfix) with ESMTPS id 850A8529D0 for ; Mon, 18 Sep 2017 16:39:09 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8IGcxNX030530 for ; Mon, 18 Sep 2017 11:38:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1505752739; bh=/TP/rOqKTaJPPNrySMH5iOEPY+U44d5xT/BFJ6TO9TE=; h=From:To:CC:Subject:Date; b=K26PZJP693LRwR/d51YSMqcVNt5MwVq4P9tg8MEsAwzacBNh5aX9fIvHeVuLyqxs9 cPQSjnPy7MFzNnNt7mYWQzmBTPvkSjs2s4a/Cw3oNPUtoB7+LGAn/VQ4q4HIw4XCDZ XwG7nTgC99W3U64WRhwkw58kLJZSVa1GLCGdYFL4= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8IGcsxi010610 for ; Mon, 18 Sep 2017 11:38:54 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Mon, 18 Sep 2017 11:38:54 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Mon, 18 Sep 2017 11:38:54 -0500 Received: from yan-ubuntu-1204.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8IGcrV0003662; Mon, 18 Sep 2017 11:38:53 -0500 From: To: Date: Mon, 18 Sep 2017 12:34:35 -0400 Message-ID: <1505752475-19488-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: Mon, 18 Sep 2017 16:39:09 -0000 Content-Type: text/plain From: Yan Liu Signed-off-by: Yan Liu --- .../recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb index 28357b4..34d3d9f 100644 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -PR = "r24" +PR = "r25" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "pm-qa serialcheck" inherit autotools-brokensep -SRCREV = "3f2f71c327543b31d14507d50d263f2be4817a8d" +SRCREV = "80cfb406f1ae0231fa68458a780619efbebe0eb7" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" -- 1.7.9.5