From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by arago-project.org (Postfix) with ESMTPS id 8F42B529B3 for ; Mon, 9 Oct 2017 17:46:20 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v99HkKAc002220 for ; Mon, 9 Oct 2017 12:46:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1507571180; bh=TFo+e63xLdhDe4lRLMq0CbYmzoXMBeobhYMvbbPbSDc=; h=From:To:CC:Subject:Date; b=VP4jg4YZbxqkC+bI7pd+iAgFaABWAly+pzeccpfPKKy+7g3qm9JDSndzjnA/U4OV2 88lgnyLWdu3hbZ+yLOI/eyvph3A/oZO07+GsPf70SklDFRF66DCOjj4QAOdHNgOJ+R E/tDS+V1B7Im3nsEkO4ggOxxvlmF5TfUejTaC8Cw= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v99HkKg5023436 for ; Mon, 9 Oct 2017 12:46:20 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Mon, 9 Oct 2017 12:46:19 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Mon, 9 Oct 2017 12:46:20 -0500 Received: from yan-ubuntu-1204.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v99HkIgB032735; Mon, 9 Oct 2017 12:46:19 -0500 From: To: Date: Mon, 9 Oct 2017 13:39:58 -0400 Message-ID: <1507570799-20730-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, 09 Oct 2017 17:46:21 -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 34d3d9f..cf09093 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 = "r25" +PR = "r26" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "pm-qa serialcheck" inherit autotools-brokensep -SRCREV = "80cfb406f1ae0231fa68458a780619efbebe0eb7" +SRCREV = "4a32e93b9fb16da6e26ab84cb225f89255aeb7db" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" -- 1.7.9.5