From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by arago-project.org (Postfix) with ESMTPS id 9C73E5209B for ; Tue, 17 Oct 2017 18:06:41 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v9HI6fms028695 for ; Tue, 17 Oct 2017 13:06:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1508263601; bh=rloIN+ErvWYiECHBuYPddI0WHOsMJQF/vMvyRhRZ4Lo=; h=From:To:CC:Subject:Date; b=PE1kmer7/oF0VwPeS3LZUVV5QE7ygCVngSZnZc4Tk9wyALSKXbf4GKFX0bQKw28kj xvAaRMOroDhiiH87aQvxx4i2Plxs13MImRy0qw2/7YeA+1wSf/Lt73wcUaORN0DhQI dI3ix+WNPoHwaFp77kF5BInhEketwxR+0HKBflmo= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v9HI6fGd001742 for ; Tue, 17 Oct 2017 13:06:41 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 17 Oct 2017 13:06:41 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Tue, 17 Oct 2017 13:06:41 -0500 Received: from yan-ubuntu-1204.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v9HI6fQK025139; Tue, 17 Oct 2017 13:06:41 -0500 From: To: Date: Tue, 17 Oct 2017 14:00:36 -0400 Message-ID: <1508263236-14882-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, 17 Oct 2017 18:06:42 -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 cf09093..1e56c0d 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 = "r26" +PR = "r27" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "pm-qa serialcheck" inherit autotools-brokensep -SRCREV = "4a32e93b9fb16da6e26ab84cb225f89255aeb7db" +SRCREV = "a2617f07fdbf19df6ca7333ffbecec1e3e71792c" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" -- 1.7.9.5