Files
poky/meta/recipes-extended
Robert Yang 866070c78a logrotate: fix recompile error
Fixed:
NOTE: make -j 32
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `logrotate.o'.  Stop.

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the .depend isn't
regenerated when recompile, the content of the .depend are:

[snip]
logrotate.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .depend file if it exists, so there would be
errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't exist.

Remove .depend will fix the problem.

(From OE-Core rev: 31de4a9d9ecc532ff6a6f5641852dc412a337cd7)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-11 10:53:06 +01:00
..
2014-05-21 19:50:21 +01:00
2014-07-03 13:57:07 +01:00
2014-06-06 09:26:03 +01:00
2014-07-16 10:20:49 +01:00
2014-01-02 12:50:18 +00:00
2013-04-29 14:45:08 +01:00
2013-12-20 12:26:28 +00:00
2014-08-11 10:53:06 +01:00
2014-08-02 09:26:16 +01:00
2013-02-22 06:09:23 -08:00
2014-07-17 12:28:52 +01:00
2014-04-29 17:20:12 +01:00
2014-07-17 12:28:49 +01:00
2014-08-11 10:53:06 +01:00
2012-01-03 12:14:33 +00:00
2013-10-30 13:39:08 +00:00
2014-04-25 17:19:20 +01:00
2014-06-13 12:31:38 +01:00
2014-06-14 08:43:55 +01:00
2014-08-11 10:53:04 +01:00
2014-08-11 10:53:05 +01:00
2014-01-29 17:38:49 +00:00
2014-07-25 15:44:05 +01:00