diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-05-12 10:20:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:26 +0100 |
commit | 8505fde7318a015d4ff3d27270e7a29b512fe80e (patch) | |
tree | d8437289e126510c8d916f29888468e31bfead7b /meta/recipes-graphics/drm | |
parent | 1c55101af0cafd23d8e322180b2918010d7cbd7f (diff) | |
download | poky-8505fde7318a015d4ff3d27270e7a29b512fe80e.tar.gz |
libdrm: Upgrade 2.4.67 -> 2.4.68
(From OE-Core rev: f5f25a9fc1723e564ba015c3ad101a35af9ee839)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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.68.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.67.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.67.bb b/meta/recipes-graphics/drm/libdrm_2.4.68.bb index ddd697f34f..758f801a0d 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.67.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.68.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ | |||
15 | file://fix_O_CLOEXEC_undeclared.patch \ | 15 | file://fix_O_CLOEXEC_undeclared.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "b844c6af34e613ebf52f80b3cd8d7055" | 18 | SRC_URI[md5sum] = "bcc96848d969cecf28223f668eeff354" |
19 | SRC_URI[sha256sum] = "ee5b71e1113be37544d0752681c12f040c01f782e2933df7d7bc21fd0d10cebe" | 19 | SRC_URI[sha256sum] = "5b4bd9a5922929bc716411cb74061fbf31b06ba36feb89bc1358a91a8d0ca9df" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||