diff options
author | 2023-12-21 14:41:35 -0300 | |
---|---|---|
committer | 2023-12-23 08:45:55 +0000 | |
commit | 45bfbe55781910f65c968c75c830338d96762593 (patch) | |
tree | 3562cbba71eabf7dcaab76ef8600e7f27c5667fb | |
parent | c4ffd18d3e71b935acc050b106267db544d86df7 (diff) | |
download | openembedded-core-45bfbe55781910f65c968c75c830338d96762593.tar.gz |
libdrm: Upgrade to 2.4.119
Upgrade to 2.4.119 which has the following changes:
Marek Olšák (2):
amdgpu: add amdgpu_va_get_start_addr
meson: bump libdrm version to 2.4.119
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.119.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.118.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.118.bb b/meta/recipes-graphics/drm/libdrm_2.4.119.bb index 7e0b23e219..e89ba68164 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.118.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.119.bb @@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs" SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \ " -SRC_URI[sha256sum] = "a777bd85f2b5fc9c57f886c82058300578317cafdbc77d0a769d7e9a9567ab88" +SRC_URI[sha256sum] = "0a49f12f09b5b6e68eaaaff3f02ca7cff9aa926939b212d343161d3e8ac56291" inherit meson pkgconfig manpages |