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

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 4 08:54:20 UTC 2014


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




More information about the Openembedded-core mailing list