From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E4C0EE009CA; Wed, 15 Feb 2017 11:41:31 -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.2 required=5.0 tests=BAYES_00, RDNS_DYNAMIC, URI_HEX autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.1 URI_HEX URI: URI hostname has long hexadecimal sequence * -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 AA077E009D7 for ; Wed, 15 Feb 2017 11:41:27 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id 6B5205209B; Wed, 15 Feb 2017 19:41:26 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20170215194126.6B5205209B@arago-project.org> Date: Wed, 15 Feb 2017 19:41:26 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Karthik Ramanan : ti-sgx-ddk-um: enhance wl_display validation criterion 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 19:41:32 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 2293842abeeadef0a649d9609d268fe9aa054a54 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2293842abeeadef0a649d9609d268fe9aa054a54 Author: Karthik Ramanan Date: Mon Feb 13 17:04:05 2017 +0000 ti-sgx-ddk-um: enhance wl_display validation criterion Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index 95c513d..1cab0e1 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" BRANCH = "ti-img-sgx/${PV}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" -SRCREV = "739111e5d67871d08f9d7e643492bee40dce933c" +SRCREV = "6019bf95ee30a65db6b27ea48e6ee65e8b16e0a6" # There's only hardfp version available python __anonymous() { @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r19" +PR = "r20" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" DEPENDS += "libdrm udev libgbm wayland libffi"