diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-28 08:02:14 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-30 11:14:26 +0100 |
commit | 437f14c14c3b231b07d6952174591c32bd962892 (patch) | |
tree | 9e5a6a8607f55e545fb321c42c0c0ae49d3ecd0f /meta/recipes-graphics | |
parent | c14550deb824b3ef8087dede22d664879e85006d (diff) | |
download | poky-437f14c14c3b231b07d6952174591c32bd962892.tar.gz |
libdrm: Upgrade to 2.4.83
(From OE-Core rev: 7e667078cdfe2fa11d9b819be1598279422df275)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.83.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.81.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.81.bb b/meta/recipes-graphics/drm/libdrm_2.4.83.bb index 9181340a6c..a5cb75c266 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.81.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.83.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ | |||
16 | file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ | 16 | file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "d04f3567f0a812188d06f860fded5ab7" | 19 | SRC_URI[md5sum] = "23800953ed7564988872e1e8c61fde31" |
20 | SRC_URI[sha256sum] = "8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae" | 20 | SRC_URI[sha256sum] = "03a52669da60ead62548a35bc430aafb6c2d8dd21ec9dba3a90f96eff5fe36d6" |
21 | 21 | ||
22 | inherit autotools pkgconfig manpages | 22 | inherit autotools pkgconfig manpages |
23 | 23 | ||