From 9041e4b960cdedeb7254a9f35fd2967da7ed224d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Sat, 13 Jun 2015 09:02:55 +0200 Subject: [PATCH] qt5-opengles2-test: update to last commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * don't segfault in case qtsensors does not find accelerometer values (From meta-qt5 rev: 6d9e2a6dfc21f7d9a3a11b4bcb426b5dfe6feaeb) Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Mauro Carvalho Chehab --- meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb b/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb index f763912..10c0aed 100644 --- a/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb +++ b/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb @@ -13,7 +13,7 @@ DEPENDS = "qtbase qtsensors" EXCLUDE_FROM_WORLD = "1" SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" -SRCREV = "3fa3789c28658b6f0bbddc3105f575f1074e87f2" +SRCREV = "938390507054ed1258345f70ed55770d2fe56176" S = "${WORKDIR}/git" inherit qmake5 -- 2.7.4