Re: [OE-core] [PATCH] libdrm: fix build with uclibc

2016-02-23 Thread Maxin B. John
Hi Ross, >On Tue, Feb 23, 2016 at 09:25:01AM +, Burton, Ross wrote: > >>On 23 February 2016 at 09:12, Maxin B. John wrote: >> >> ++#ifndef _GNU_SOURCE >> ++#define _GNU_SOURCE >> ++#endif >#including config.h is probably a better fix, as that already defines > GNU_SOURCE. Yes, that

Re: [OE-core] [PATCH] libdrm: fix build with uclibc

2016-02-23 Thread Burton, Ross
On 23 February 2016 at 09:12, Maxin B. John wrote: > ++#ifndef _GNU_SOURCE > ++#define _GNU_SOURCE > ++#endif > #including config.h is probably a better fix, as that already defines GNU_SOURCE. Ross -- ___ Openembedded-core mailing list Openembedded-

[OE-core] [PATCH] libdrm: fix build with uclibc

2016-02-23 Thread Maxin B. John
Fix 'O_CLOEXEC' undeclared error with uclibc Signed-off-by: Maxin B. John --- .../drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 26 ++ meta/recipes-graphics/drm/libdrm_2.4.66.bb | 1 + 2 files changed, 27 insertions(+) create mode 100644 meta/recipes-graphics/dr