aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-11 18:01:16 -0800
committerKhem Raj <raj.khem@gmail.com>2021-11-13 01:17:26 -0800
commit6d08a76370f73cec2c75d85739d417ea4b36147b (patch)
tree60d3f5a4e966645605eb169e7570cd8cb29653e7 /meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb
parenta312e0cc124c1ff7d579aacbb8788fa60e9644e8 (diff)
downloadmeta-openembedded-contrib-6d08a76370f73cec2c75d85739d417ea4b36147b.tar.gz
xf86-video-ati: Upgrade to 19.1.0
Backport a patch to fix build issue [1] Disabling glamor causing [2] so enable it [1] https://bugs.gentoo.org/737170 [2] https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/186 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb
deleted file mode 100644
index 3ba28d9a83..0000000000
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-require recipes-graphics/xorg-driver/xorg-driver-video.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
-
-SUMMARY = "X.Org X server -- ATI Radeon video driver"
-
-DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
-
-DEPENDS += "virtual/libx11 libxvmc drm \
- virtual/libgl xorgproto libpciaccess"
-
-inherit features_check
-REQUIRED_DISTRO_FEATURES += "opengl"
-
-SRC_URI += "file://0001-Fix-link-failure-with-gcc-10.patch"
-
-SRC_URI[md5sum] = "47eccf71823206ade9629cba69de7ef6"
-SRC_URI[sha256sum] = "5cb6015d8664546ad1311bc9c363d7bc41ebf60e7046ceb44dd38e5b707961b0"
-
-EXTRA_OECONF += "--disable-glamor"
-
-RDEPENDS:${PN} += "xserver-xorg-module-exa"
-RRECOMMENDS:${PN} += "linux-firmware-radeon"
-
-FILES:${PN} += "${datadir}/X11"