diff options
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.70.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.68.bb) | 4 |
2 files changed, 3 insertions, 3 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> | ||
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.68.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb index 758f801a0d..632c30e9bf 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.68.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.70.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] = "bcc96848d969cecf28223f668eeff354" | 18 | SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e" |
19 | SRC_URI[sha256sum] = "5b4bd9a5922929bc716411cb74061fbf31b06ba36feb89bc1358a91a8d0ca9df" | 19 | SRC_URI[sha256sum] = "b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||