From 689d87cd1fda0d7b6ab5f0bb7eac5fe49c1622ea Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 7 Dec 2023 15:08:10 +0300 Subject: [PATCH] xf86-video-ati: upgrade 19.1.0 -> 22.0.0 * SRC_URI && features_check removed because already defined in xorg-driver-common.inc Changelog: * Don't set SourceValidate pointer to NULL * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 * gitlab CI: enable gitlab's builtin static analysis * gitlab CI: enable commit & merge request checks * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * Only include dri.h with older versions of xserver * Add GitLab CI pipeline * Guard local variable info only used with glamor * ati: cleanup terminology to use primary/secondary * Fix return value check of drmIoctl() * Don't crash X server if GPU acceleration is not available * Handle NULL fb_ptr in pixmap_get_fb * Fix link failure with gcc 10 Signed-off-by: alperak Signed-off-by: Khem Raj --- ...f86-video-ati_git.bb => xf86-video-ati_22.0.0.bb} | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-ati_git.bb => xf86-video-ati_22.0.0.bb} (74%) diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_22.0.0.bb similarity index 74% rename from meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_git.bb rename to meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_22.0.0.bb index 9452c3a915..57ea9d2d32 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_git.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_22.0.0.bb @@ -9,18 +9,10 @@ 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 = "git://git@gitlab.freedesktop.org/xorg/driver/xf86-video-ati.git;branch=master" -SRCREV = "7a6a34af026f0bef8080b91baf97a729380bca01" - -SRC_URI[sha256sum] = "659f5a1629eea5f5334d9b39b18e6807a63aa1efa33c1236d9cc53acbb223c49" - -PV = "19.1.0+git${SRCPV}" - -S = "${WORKDIR}/git" +XORG_DRIVER_COMPRESSOR = ".tar.xz" +SRC_URI[sha256sum] = "c8c8bb56d3f6227c97e59c3a3c85a25133584ceb82ab5bc05a902a743ab7bf6d" PACKAGECONFIG ??= "udev" PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"