Files
poky/meta
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
..
2015-02-17 13:43:39 +00:00
2015-01-07 23:35:10 +00:00
2015-01-07 23:35:01 +00:00
2015-02-15 21:58:25 +00:00
2014-01-02 12:58:54 +00:00
2013-04-10 09:23:17 +01:00