summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-10 08:08:10 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-19 12:29:49 +0000
commitddd77118ab9ae292ff2fe1d93a9f5d0d24ac7b0e (patch)
tree734839b59c7086b52fa48e8d81c087d2662c6f57
parent18193617b33cd589372ba25bd87e8a04fdc23f76 (diff)
downloadtizen-distro-ddd77118ab9ae292ff2fe1d93a9f5d0d24ac7b0e.tar.gz
tizen-distro-ddd77118ab9ae292ff2fe1d93a9f5d0d24ac7b0e.tar.bz2
tizen-distro-ddd77118ab9ae292ff2fe1d93a9f5d0d24ac7b0e.zip
meta-tizen: 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 <derekf@osg.samsung.com>. Change-Id: I809582a65b6952cd91c648e4fc5606c092a2123f (From meta-tizen rev: 49b82f4f3f68dbc5b484af0ef48231a82aed8d96) Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r--meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend b/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend
index f6e0a37102..73dc0da97a 100644
--- a/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend
+++ b/meta-tizen/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.