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 A490E52990 for ; Wed, 9 Aug 2017 12:15:19 +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 v79CFJ2P023616 for ; Wed, 9 Aug 2017 07:15:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1502280919; bh=axs1XqhcV5iMmOrKNhIl3YBfGOSXkGsnMwdYgdUVUmc=; h=From:To:CC:Subject:Date; b=yY1Pj4UCrmAXJNk8TE6y32XOQBlmlhgOz4DMHs0uC/lL3xmb14yvfB/Doukb6zZBg vnSEfr0vK5XL2xHXXjy4fXtzW0m0j+O0Cy7RudIZpwGiqPkW0/M73lRPw+87ggfDWp BW2czv3pN9TIwXfM/6mNmq+PoWIDpPMbTy8yrW7Y= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v79CFJq6007874 for ; Wed, 9 Aug 2017 07:15:19 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Wed, 9 Aug 2017 07:15:19 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Wed, 9 Aug 2017 07:15:19 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Wed, 9 Aug 2017 07:15:19 -0500 Received: from yan-ubuntu-1204.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v79CFIg0027382; Wed, 9 Aug 2017 07:15:18 -0500 From: To: Date: Wed, 9 Aug 2017 08:10:01 -0400 Message-ID: <1502280601-22284-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: Wed, 09 Aug 2017 12:15:19 -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 771e117..46fe4e5 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 = "r20" +PR = "r21" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "pm-qa serialcheck" inherit autotools-brokensep -SRCREV = "6958753d18971cbf3e6f297191d648bc618818f8" +SRCREV = "70872dcbb890e12533c2bcd973d4e8e77401839f" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" -- 1.7.9.5