From 764e08b292a3f0d04757680ca61d14908b708296 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Wed, 3 Dec 2014 21:55:32 -0600 Subject: libdrm: Upgrade to 2.4.58. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable man pages creation because it needs to download docbook.xsl from upstream site and sometimes can't (resource unavailable) and this cause build fails. Remove GNU_SOURCE_definition patch it's already integrated in upstream. (From OE-Core rev: 65246c7111b4e23c1c505ad95271a17ca4be3d31) Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie --- .../drm/libdrm/GNU_SOURCE_definition.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch (limited to 'meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch') diff --git a/meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch b/meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch deleted file mode 100644 index 8eb1d5e1ea..0000000000 --- a/meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch +++ /dev/null @@ -1,30 +0,0 @@ -uclibc headers need to know if _GNU_SOURCE is defined or not and its defined -in config.h so include it first to get the definition if its there fixed build -problems on uclibc - -test_decode.c:107:2: error: implicit declaration of function 'open_memstream' [-Werror=implicit-function-declaration] - -Signed-off-by: Khem Raj -Upstream-Status: Pending - -Index: libdrm-2.4.30/intel/test_decode.c -=================================================================== ---- libdrm-2.4.30.orig/intel/test_decode.c 2012-02-03 14:28:46.409355918 -0800 -+++ libdrm-2.4.30/intel/test_decode.c 2012-02-03 14:29:02.357356689 -0800 -@@ -21,6 +21,8 @@ - * IN THE SOFTWARE. - */ - -+#include "config.h" -+ - #include - #include - #include -@@ -31,7 +33,6 @@ - #include - #include - --#include "config.h" - #include "intel_bufmgr.h" - #include "intel_chipset.h" - -- cgit v1.2.3-54-g00ecf