diff options
author | 2019-11-06 15:09:06 +0800 | |
---|---|---|
committer | 2019-11-07 11:45:25 +0000 | |
commit | 48cd46074f358b7f2d633c7dff01fc5d3efffd9d (patch) | |
tree | 328b16159182f012e966265c195271acbfaba3ff | |
parent | b7420217b971ebe9f9c5099caa6768237416e3e9 (diff) | |
download | openembedded-core-48cd46074f358b7f2d633c7dff01fc5d3efffd9d.tar.gz |
libdrm:upgrade 2.4.99 -> 2.4.100
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.100.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.99.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.99.bb b/meta/recipes-graphics/drm/libdrm_2.4.100.bb index fa3eb08f40..4859425672 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.99.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.100.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] = "72539626815b35159a63d45bc4c14ee6" -SRC_URI[sha256sum] = "4dbf539c7ed25dbb2055090b77ab87508fc46be39a9379d15fed4b5517e1da5e" +SRC_URI[md5sum] = "f47bc87e28198ba527e6b44ffdd62f65" +SRC_URI[sha256sum] = "c77cc828186c9ceec3e56ae202b43ee99eb932b4a87255038a80e8a1060d0a5d" inherit meson pkgconfig manpages |