dnsmasq: fix parallel make failure
authorShrikant Bobade <Shrikant_Bobade@mentor.com>
Mon, 4 Aug 2014 09:12:57 +0000 (14:42 +0530)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:03 +0000 (08:41 -0800)
commitddd41b1669f3f996afc5e526985d4cf11547f877
tree0c7f3616879b4d6ecb77f86250ad551d966dabda
parent24e930e32e14c02a518b301f912d7e8f9a7e4512
dnsmasq: fix parallel make failure

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.

(From meta-openembedded rev: 3740ef263860f6fc94305f32253b1a4e9338e3b9)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
meta-openembedded/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch [new file with mode: 0644]