summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-10-04 16:00:41 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-10-07 08:24:37 -0700
commitbf1a37e40cbb96e55563c8b3ed3837a32b438c21 (patch)
treead700205cedad63d2a7834268a04a818258ee3ee /meta/recipes-graphics/xorg-driver
parentf938a4199b52dbee39d3f9cbbcf3fca55f7fea62 (diff)
downloadpoky-bf1a37e40cbb96e55563c8b3ed3837a32b438c21.tar.gz
xf86-video-intel_git: fix COMPATIBLE_HOST definition
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index 7011b7ea79..30791b2247 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -13,4 +13,4 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protoc
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16COMPATIBLE_HOST = '(i.86|x86_4).*-linux' 16COMPATIBLE_HOST = '(i.86|x86_64).*-linux'