Re: [oe] [meta-oe][PATCH] multipath-tools: fix ARM build failure

2017-02-17 Thread Patrick Ohly
On Thu, 2017-02-16 at 02:42 -0800, Andre McCurdy wrote: > On Thu, Feb 16, 2017 at 2:29 AM, Patrick Ohly wrote: > > Updating to 0.6.4 introduced a build failure on ARM when thumb was > > enabled because of the embedded valgrind.h macro calls. The easiest > > solution and

Re: [oe] [meta-oe][PATCH] multipath-tools: fix ARM build failure

2017-02-16 Thread Andre McCurdy
On Thu, Feb 16, 2017 at 2:29 AM, Patrick Ohly wrote: > Updating to 0.6.4 introduced a build failure on ARM when thumb was > enabled because of the embedded valgrind.h macro calls. The easiest > solution and thus the one used here is to disable thumb for this > particular

[oe] [meta-oe][PATCH] multipath-tools: fix ARM build failure

2017-02-16 Thread Patrick Ohly
Updating to 0.6.4 introduced a build failure on ARM when thumb was enabled because of the embedded valgrind.h macro calls. The easiest solution and thus the one used here is to disable thumb for this particular recipe. The more elaborate solution would be to patch the macro calls out of the code