From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../glibc/glibc/add_resource_h_to_wait_h.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch (limited to 'meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch') diff --git a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch b/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch new file mode 100644 index 0000000000..4559de7bc1 --- /dev/null +++ b/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch @@ -0,0 +1,20 @@ +The older versions of perf still require sys/resource.h to be +present in this header, the newer version of perf in 3.2 and +beyond directly include sys/resource.h + +Upstream-Status: Inapproriate [older kernel/perf specific] + +Signed-off-by: Saul Wold + +Index: git/posix/sys/wait.h +=================================================================== +--- git.orig/posix/sys/wait.h 2014-08-29 10:35:10.432070587 -0700 ++++ git/posix/sys/wait.h 2014-08-29 10:35:10.424070587 -0700 +@@ -27,6 +27,7 @@ + __BEGIN_DECLS + + #include ++#include + + /* These macros could also be defined in . */ + #if !defined _STDLIB_H || (!defined __USE_XOPEN && !defined __USE_XOPEN2K8) -- cgit v1.2.3-54-g00ecf