Files
poky/meta/recipes-connectivity/bind/bind
Robert Yang 32018182f3 bind: Fix parallel make issue
Fixed:
unix/os.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status

This is because os.o was built twice:
* The implicity rule (depends on unix/os.o)
* The "make all" in unix subdir (depends on unix/os.o)

Depend on subdirs which is unix only rather than unix/os.o will fix the
problem.

(From OE-Core rev: 1af699e1af2552659b90a1fadd8de73d780226ba)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-19 07:51:39 +00:00
..
2014-03-11 20:28:57 -07:00
2014-03-11 20:28:57 -07:00
2014-03-11 20:28:57 -07:00
2014-03-11 20:28:57 -07:00
2015-01-29 15:36:47 +00:00
2014-03-11 20:28:57 -07:00