diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-11-17 10:56:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
commit | 8c84830fa14a6e18daba37d18b41671f42d4f4fb (patch) | |
tree | f969405b832337b33db2a00c3374b281c28659fb /meta/recipes-graphics | |
parent | 075b333e3d09642ce80bf9d5867504bce9927257 (diff) | |
download | poky-8c84830fa14a6e18daba37d18b41671f42d4f4fb.tar.gz |
libdrm: Upgrade 2.4.71 -> 2.4.73
(From OE-Core rev: d225558aefa8abe0e2d975a0b811a4d73b0ed563)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.73.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.71.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.71.bb b/meta/recipes-graphics/drm/libdrm_2.4.73.bb index 152cf55c7e..3315014e5e 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.71.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.73.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] = "776bccc84618b616fc57a7143836ae7a" | 19 | SRC_URI[md5sum] = "bc1cee09cde72ffe3b952e8f50ccdaa8" |
20 | SRC_URI[sha256sum] = "c66287ddeee5f46ea8f8880b94b80acb3bbc33ba6321d17767eef145046df9b8" | 20 | SRC_URI[sha256sum] = "96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d" |
21 | 21 | ||
22 | inherit autotools pkgconfig manpages | 22 | inherit autotools pkgconfig manpages |
23 | 23 | ||