diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-02-20 10:48:43 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 21:22:49 +0000 |
commit | f4a270a519a14652b7c13a151068b4ef255710e7 (patch) | |
tree | 08d97b423465db3f50b8dcc60371e51f6e88721e /meta | |
parent | aadf0716edbad9002173800e15965eda33796ad5 (diff) | |
download | poky-f4a270a519a14652b7c13a151068b4ef255710e7.tar.gz |
libdrm: Upgrade 2.4.96 -> 2.4.97
(From OE-Core rev: f15ceac287c094abdeda64b03628455d92e0ce74)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.97.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.96.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.96.bb b/meta/recipes-graphics/drm/libdrm_2.4.97.bb index 1c9e0e9f95..bbe9a33ba9 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.96.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.97.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "libpthread-stubs" | |||
12 | 12 | ||
13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ | 13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ |
14 | file://musl-ioctl.patch" | 14 | file://musl-ioctl.patch" |
15 | SRC_URI[md5sum] = "f296d87272b1befeada3bb135751ab3d" | 15 | SRC_URI[md5sum] = "acef22d0c62c89692348c2dd5591393e" |
16 | SRC_URI[sha256sum] = "0d561acf7bb4cc59dc82415100e6c1a44860e8c380e00f9592923e3cd08db393" | 16 | SRC_URI[sha256sum] = "77d0ccda3e10d6593398edb70b1566bfe1a23a39bd3da98ace2147692eadd123" |
17 | 17 | ||
18 | inherit meson pkgconfig manpages | 18 | inherit meson pkgconfig manpages |
19 | 19 | ||