From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 88472E009B8; Wed, 15 Feb 2017 12:15:40 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C757FE009CA for ; Wed, 15 Feb 2017 12:15:37 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id 1819352A4B; Wed, 15 Feb 2017 20:15:36 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20170215201536.1819352A4B@arago-project.org> Date: Wed, 15 Feb 2017 20:15:36 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Karthik Ramanan : libdce: Update SRCREV X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 20:15:40 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: morty-next Commit: bffa5941eff60bd0fc27c0e49f8308d84f630cc7 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bffa5941eff60bd0fc27c0e49f8308d84f630cc7 Author: Karthik Ramanan Date: Wed Feb 15 17:34:38 2017 +0000 libdce: Update SRCREV This change will include: * New interface file for MJPEG Encoder * Increase max instances of Engines Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-multimedia/libdce/libdce_3.00.12.00.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb index b1bbeab..1a2c104 100644 --- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb +++ b/recipes-multimedia/libdce/libdce_3.00.12.00.bb @@ -7,9 +7,9 @@ inherit autotools pkgconfig DEPENDS = "libdrm ti-ipc" SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" -SRCREV = "c51f144b079836afb868bff44afe7308248a0217" +SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f" -PR = "r1" +PR = "r4" S = "${WORKDIR}/git" EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"