summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-08 09:46:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:14:00 +0100
commit3d5ff2607143c6f3e81e4759a42429db1220eb1f (patch)
tree9ba588b71c8e4a8cc048f384feede7acce4e533d /meta/recipes-graphics/drm
parentc9a4b735b4eddb3d962d85380ef3880d3cd6121f (diff)
downloadpoky-3d5ff2607143c6f3e81e4759a42429db1220eb1f.tar.gz
libdrm: upgrade 2.4.101 -> 2.4.102
(From OE-Core rev: 8ff0f6dccc5a8a7e8af3dc49597859c9d9fefd87) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.102.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.101.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.101.bb b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
index 8ec566faa9..fb9a94207f 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.101.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
@@ -11,8 +11,7 @@ PROVIDES = "drm"
11DEPENDS = "libpthread-stubs" 11DEPENDS = "libpthread-stubs"
12 12
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz" 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz"
14SRC_URI[md5sum] = "e6a6f1b88963210b3d62acd7310a1cc7" 14SRC_URI[sha256sum] = "8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b"
15SRC_URI[sha256sum] = "ddf31baa8e49473624860bd166ce654dc349873f7a6c7b3305964249315c78a7"
16 15
17inherit meson pkgconfig manpages 16inherit meson pkgconfig manpages
18 17