[oe-commits] [meta-openembedded] 02/02: xorg-driver: xf86-video-ati: Remove x86 COMPATIBLE_MACHINE

git at git.openembedded.org git at git.openembedded.org
Thu Jan 17 18:37:10 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit ce38f8c0f3dcb2417c025c067bd7669f9b5ea29f
Author: Alistair Francis <alistair.francis at wdc.com>
AuthorDate: Thu Jan 17 00:37:12 2019 +0000

    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 <alistair.francis at wdc.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 --
 1 file changed, 2 deletions(-)

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 969c1a0..b38fb65 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list