[OE-core] [PATCH] dnsmasq: fix parallel make failure

Shrikant Bobade bobadeshrikant at gmail.com
Mon Aug 4 09:04:09 UTC 2014


Thanks Richard,

Pushing it to oe-devel list..

Thanks
Shrikant


On Mon, Aug 4, 2014 at 2:24 PM, Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> On Fri, 2014-08-01 at 19:16 +0530, Shrikant Bobade wrote:
> > From: Shrikant Bobade <Shrikant_Bobade at mentor.com>
> >
> > The dnsmasq target depends on .configured and $(objs). .configured does
> an rm
> > -f *.o. Yet the only thing telling make to build the .configured target
> before
> > the $(objs) target was the order of the dependencies of the dnsmasq
> target. We
> > can't rely on that order when doing a paralllel make build, so add an
> explicit
> > rule to enforce that order.
> >
> > Signed-off-by: Christopher Larson <kergoth at gmail.com>
> > Signed-off-by: Shrikant Bobade <Shrikant_Bobade at mentor.com>
> > ---
> >  .../recipes-support/dnsmasq/dnsmasq.inc            |    1 +
> >  .../dnsmasq/files/parallel-make.patch              |   18
> ++++++++++++++++++
> >  2 files changed, 19 insertions(+)
> >  create mode 100644
> meta-networking/recipes-support/dnsmasq/files/parallel-make.patch
>
>
> Should be to the oe-devel list, not oe-core...
>
> Cheers,
>
> Richard
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140804/565aca88/attachment-0002.html>


More information about the Openembedded-core mailing list