From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 1704F529AF for ; Mon, 23 Mar 2015 12:35:37 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t2NCZaxR003309 for ; Mon, 23 Mar 2015 07:35:36 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2NCZZC7024339 for ; Mon, 23 Mar 2015 07:35:35 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Mon, 23 Mar 2015 07:35:35 -0500 Received: from udb0866934 (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2NCZY9h019859; Mon, 23 Mar 2015 07:35:34 -0500 Received: from a0866934local by udb0866934 with local (Exim 4.76) (envelope-from ) id 1Ya1Zu-0000aJ-2b; Mon, 23 Mar 2015 08:35:34 -0400 From: Jacob Stiffler To: Date: Mon, 23 Mar 2015 08:35:32 -0400 Message-ID: <1427114132-2215-1-git-send-email-j-stiffler@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [PATCH] matrix-gui: Bump SRCREV to get default environment fix. 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: Mon, 23 Mar 2015 12:35:37 -0000 Content-Type: text/plain Signed-off-by: Jacob Stiffler --- .../recipes-core/matrix/matrix-gui_2.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb index 27cf9c0..5f130f0 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d" SECTION = "multimedia" -PR = "r23" +PR = "r24" INITSCRIPT_NAME = "matrix-gui-2.0" INITSCRIPT_PARAMS = "defaults 97" @@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit update-rc.d BRANCH ?= "master" -SRCREV = "d65a5e1d178bb30653f16322bebf7e7ee530d613" +SRCREV = "35029f8c4a3688ca1b176c9a91febd0e541edd15" MATRIX_INITSCRIPT = "${@base_conditional('QT_PROVIDER', 'qt5', base_contains('DISTRO_FEATURES', 'wayland', 'init', 'init.eglfs', d), 'init', d)}" -- 1.7.9.5