diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-01-17 00:37:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-01-16 19:19:44 -0800 |
commit | ce38f8c0f3dcb2417c025c067bd7669f9b5ea29f (patch) | |
tree | 49e8f99f15ed08df148ef3fc9c6443eab32ac36b /meta-oe | |
parent | 950331a6f53cb25af81e1537cc14591eb3d8e20b (diff) | |
download | meta-openembedded-ce38f8c0f3dcb2417c025c067bd7669f9b5ea29f.tar.gz |
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@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 |
1 files changed, 0 insertions, 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 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 \ | |||
12 | inherit distro_features_check | 12 | inherit distro_features_check |
13 | REQUIRED_DISTRO_FEATURES += "opengl" | 13 | REQUIRED_DISTRO_FEATURES += "opengl" |
14 | 14 | ||
15 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
16 | |||
17 | SRC_URI[md5sum] = "40e7c0a5a69aba3d84e0958f58705ea7" | 15 | SRC_URI[md5sum] = "40e7c0a5a69aba3d84e0958f58705ea7" |
18 | SRC_URI[sha256sum] = "72ea3b8127d4550b64f797457f5a7851a541fa4ee2cc3f345b6c1886b81714a0" | 16 | SRC_URI[sha256sum] = "72ea3b8127d4550b64f797457f5a7851a541fa4ee2cc3f345b6c1886b81714a0" |
19 | 17 | ||