diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-06 20:05:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:46:58 +0100 |
commit | 31de4a9d9ecc532ff6a6f5641852dc412a337cd7 (patch) | |
tree | dc1a447f952a537cb35e128d0562b0078444a6c6 /meta/recipes-multimedia | |
parent | bf2f8abff4eb55cd960065eaba032c96068acf08 (diff) | |
download | openembedded-core-31de4a9d9ecc532ff6a6f5641852dc412a337cd7.tar.gz openembedded-core-31de4a9d9ecc532ff6a6f5641852dc412a337cd7.tar.bz2 openembedded-core-31de4a9d9ecc532ff6a6f5641852dc412a337cd7.zip |
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.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions