From ce38f8c0f3dcb2417c025c067bd7669f9b5ea29f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 17 Jan 2019 00:37:12 +0000 Subject: xorg-driver: xf86-video-ati: Remove x86 COMPATIBLE_MACHINE The ATI drivers can work on non-x86 platforms such as RISC-V, remove the x86 specific COMPATIBLE_MACHINE requirement. Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb index 969c1a0a6a..b38fb65925 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb @@ -12,8 +12,6 @@ DEPENDS += "virtual/libx11 libxvmc drm \ inherit distro_features_check REQUIRED_DISTRO_FEATURES += "opengl" -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - SRC_URI[md5sum] = "40e7c0a5a69aba3d84e0958f58705ea7" SRC_URI[sha256sum] = "72ea3b8127d4550b64f797457f5a7851a541fa4ee2cc3f345b6c1886b81714a0" -- cgit 1.2.3-korg