Re: [OE-core] [PATCH] mdadm: fix CFLAGS invalid issue

2015-10-14 Thread Burton, Ross
On 14 October 2015 at 03:27, wenzong fan wrote: > Ping ... > This doesn't apply to master now, can you rebase please. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/o

Re: [OE-core] [PATCH] mdadm: fix CFLAGS invalid issue

2015-10-13 Thread wenzong fan
Ping ... Thanks Wenzong On 09/11/2015 01:51 PM, wenzong@windriver.com wrote: From: Wenzong Fan * Pass global CFLAGS to build: The CFLAGS does not pass to build at all since it was redefined by mdadm Makefile: CFLAGS = $(CWFLAGS) $(CXFLAGS) ... This could be done by setting 'CXFLAGS=

[OE-core] [PATCH] mdadm: fix CFLAGS invalid issue

2015-09-10 Thread wenzong.fan
From: Wenzong Fan * Pass global CFLAGS to build: The CFLAGS does not pass to build at all since it was redefined by mdadm Makefile: CFLAGS = $(CWFLAGS) $(CXFLAGS) ... This could be done by setting 'CXFLAGS="${CFLAGS}"'. * Also fix ptest build error caused by global CFLAGS: raid6check.c: