From 49b82f4f3f68dbc5b484af0ef48231a82aed8d96 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 10 Jul 2015 08:08:10 -0300 Subject: [PATCH] mesa: don't apply Intel fixup patch for non-x86 archs As the name says, the patch below: 0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch is for the Intel DRI drivers. Don't apply it for non-x86 archs, as it doesn't make sense out there. This bug was discovered by Derek Foreman . Change-Id: I809582a65b6952cd91c648e4fc5606c092a2123f Signed-off-by: Mauro Carvalho Chehab Reviewed-By: Derek Foreman --- meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend b/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend index f6e0a37..73dc0da 100644 --- a/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,8 @@ SECTION = "Graphics & UI Framework/Hardware Adaptation" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += "file://0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch" +SRC_URI_append_x86 += "file://0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch" +SRC_URI_append_x86-64 += "file://0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch" # Enabling gallium-llvm creates a dependency on llvm. # meta-openembedded provides that. -- 2.7.4