diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-10-04 16:00:41 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 08:24:37 -0700 |
commit | bf1a37e40cbb96e55563c8b3ed3837a32b438c21 (patch) | |
tree | ad700205cedad63d2a7834268a04a818258ee3ee /meta | |
parent | f938a4199b52dbee39d3f9cbbcf3fca55f7fea62 (diff) | |
download | openembedded-core-bf1a37e40cbb96e55563c8b3ed3837a32b438c21.tar.gz openembedded-core-bf1a37e40cbb96e55563c8b3ed3837a32b438c21.tar.bz2 openembedded-core-bf1a37e40cbb96e55563c8b3ed3837a32b438c21.zip |
xf86-video-intel_git: fix COMPATIBLE_HOST definition
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 |
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 S = "${WORKDIR}/git" -COMPATIBLE_HOST = '(i.86|x86_4).*-linux' +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |