diff options
author | Dai Caiyun <daicy.fnst@cn.fujitsu.com> | 2016-08-18 13:54:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-20 16:06:04 +0100 |
commit | bc315512d323a8d7e3bd74675783aae2c8dc8f67 (patch) | |
tree | 8cbea89ba61e2f4c0134b3f6bcb51fd0187c42bd /meta/recipes-graphics/drm/libdrm | |
parent | a2f9420358ac7f8e9addb053f3f62c5e40ad605b (diff) | |
download | poky-bc315512d323a8d7e3bd74675783aae2c8dc8f67.tar.gz |
libdrm: 2.4.68 -> 2.4.70
Upgrade libdrm from 2.4.68 to 2.4.70.
(From OE-Core rev: 0f9ce74cb62afdd3a0c700be223d0ae0f88daa05)
Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch b/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch index 286e548bc9..4708bf1ebb 100644 --- a/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch +++ b/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch | |||
@@ -19,6 +19,6 @@ diff -Naur libdrm-2.4.66-orig/tests/drmdevice.c libdrm-2.4.66/tests/drmdevice.c | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | +#include <config.h> | 21 | +#include <config.h> |
22 | #include <errno.h> | ||
22 | #include <stdio.h> | 23 | #include <stdio.h> |
23 | #include <stdlib.h> | 24 | #include <stdlib.h> |
24 | #include <sys/stat.h> | ||