From 93d157b7245182d88395b2e361db28528dd3af19 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Tue, 28 Feb 2012 16:00:49 +0800 Subject: qemugl: Fix gl apps failure on qemu-x86-64 Extend commit 028968 to qemu x86-64, where stack disorder happen due to register handling via push/pop. [YOCTO #1927] fixed (From OE-Core rev: 70c224d80c2330cbb0fa8213b0c0d5a1c87459f6) Signed-off-by: Zhai Edwin Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/qemugl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/mesa/qemugl_git.bb') diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb index e3552eceb5..66f4e17beb 100644 --- a/meta/recipes-graphics/mesa/qemugl_git.bb +++ b/meta/recipes-graphics/mesa/qemugl_git.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/git" SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0" PV = "0.0+git${SRCPV}" -PR = "r8" +PR = "r9" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf