diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-05-29 11:04:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-30 10:15:19 +0100 |
commit | db446abd6c8cb9edb90e0b688bafe9253e791edc (patch) | |
tree | 66d68505bbb01a0c62034e76130d33f1e0005ad0 /meta/recipes-graphics/drm | |
parent | 10a7a77d435765d99d68b74e83e1a0ac042f72f8 (diff) | |
download | poky-db446abd6c8cb9edb90e0b688bafe9253e791edc.tar.gz |
libdrm: upgrade to 2.4.81
(From OE-Core rev: cbac51701d82062cd86a6ee2d0e008ed9709d75a)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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.81.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.80.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.80.bb b/meta/recipes-graphics/drm/libdrm_2.4.81.bb index 063381f178..9181340a6c 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.80.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.81.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] = "4867866477f228973a64e68051ca9c66" | 19 | SRC_URI[md5sum] = "d04f3567f0a812188d06f860fded5ab7" |
20 | SRC_URI[sha256sum] = "a82a519601e9cdfad795e760807eb07ac8913b225e25fc8fe9bc03e3be6549f1" | 20 | SRC_URI[sha256sum] = "8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae" |
21 | 21 | ||
22 | inherit autotools pkgconfig manpages | 22 | inherit autotools pkgconfig manpages |
23 | 23 | ||