From: Mauro Carvalho Chehab Date: Fri, 10 Jul 2015 11:08:10 +0000 (-0300) Subject: mesa: don't apply Intel fixup patch for non-x86 archs X-Git-Url: http://review.tizen.org/git/?p=scm%2Fbb%2Fmeta-tizen.git;a=commitdiff_plain;h=49b82f4f3f68dbc5b484af0ef48231a82aed8d96 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 --- 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.