diff options
author | 2019-04-23 00:06:15 +0200 | |
---|---|---|
committer | 2019-04-23 23:30:10 +0100 | |
commit | c176577acde24e18e6c2e16f2c127a32a0e3696d (patch) | |
tree | 7cf267b6b8d75a726676efc6c13d485776b1c419 | |
parent | d8d657f082d4a86f93ce810e5d99eb5c93333d8a (diff) | |
download | openembedded-core-c176577acde24e18e6c2e16f2c127a32a0e3696d.tar.gz |
libdrm: update to 2.4.98
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.98.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.97.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.97.bb b/meta/recipes-graphics/drm/libdrm_2.4.98.bb index bbe9a33ba9..bed542ba05 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.97.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.98.bb @@ -12,8 +12,8 @@ DEPENDS = "libpthread-stubs" SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ file://musl-ioctl.patch" -SRC_URI[md5sum] = "acef22d0c62c89692348c2dd5591393e" -SRC_URI[sha256sum] = "77d0ccda3e10d6593398edb70b1566bfe1a23a39bd3da98ace2147692eadd123" +SRC_URI[md5sum] = "1320b43c4bdb8846c308ec2610b62b64" +SRC_URI[sha256sum] = "8be0edccaca3abde8b6bb1431b46354c7fab46e9b91cc6946ba65b51f56f1894" inherit meson pkgconfig manpages |