diff mbox series

[meta-oe] xf86-video-ati: upgrade 19.1.0 -> 22.0.0

Message ID 20231207120810.1342464-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] xf86-video-ati: upgrade 19.1.0 -> 22.0.0 | expand

Commit Message

Alper Ak Dec. 7, 2023, 12:08 p.m. UTC
* 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 <alperyasinak1@gmail.com>
---
 ...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%)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Thu, 07 Dec 2023 15:08:10 +0300, alperak wrote:
> * 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
> 
> [...]

Applied, thanks!

[1/1] xf86-video-ati: upgrade 19.1.0 -> 22.0.0
      commit: 689d87cd1fda0d7b6ab5f0bb7eac5fe49c1622ea

Best regards,
diff mbox series

Patch

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 9452c3a91..57ea9d2d3 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"