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 2192B5296D for ; Tue, 16 May 2017 14:19:18 +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 v4GEJ7N0000586 for ; Tue, 16 May 2017 09:19:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1494944347; bh=8fbinH5cSMfk2rWrhGDI7K902MSCkRF15XcmfprXyn8=; h=From:To:CC:Subject:Date; b=t4FVxxvqqAfTCANEtbKovCxJUaz2SIAlUjs61W9fWcSzc5ouM+CmF3uwsLJ9ooDTG r0FF10IBCBBM6CRip7mO0YKloMnJqb1H68lba9NFNxYZnDJonGgBkcOh5QJcwuhY09 xOy7+tvX6rDMZtsac7+Z0qjT8bwL67lQjcSYOaws= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4GEJ2Ts007825 for ; Tue, 16 May 2017 09:19:02 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Tue, 16 May 2017 09:19:02 -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 v4GEJ12m003174; Tue, 16 May 2017 09:19:02 -0500 From: To: Date: Tue, 16 May 2017 10:13:52 -0400 Message-ID: <1494944032-3069-1-git-send-email-yan-liu@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 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 May 2017 14:19:18 -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 e59a0d5..274d9ba 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 = "r15" +PR = "r16" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "pm-qa serialcheck" inherit autotools-brokensep -SRCREV = "287bd93e690bfda99b126e156be49bd8766fdcfd" +SRCREV = "bc7a1ccb56f902b26259d8684ce36ade25993610" BRANCH ?= "master" SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}" -- 1.7.9.5