diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 14:10:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 17:26:38 +0000 |
commit | 639ecfb578ff926f5deddb984f4f8600e161e22a (patch) | |
tree | eeb8cae00b9a5c6f71aa038218dc5c709453b0bf /meta/recipes-kernel/linux | |
parent | e27aee379c5f254f47daeb2fcb0a4a177740ea01 (diff) | |
download | openembedded-core-639ecfb578ff926f5deddb984f4f8600e161e22a.tar.gz openembedded-core-639ecfb578ff926f5deddb984f4f8600e161e22a.tar.bz2 openembedded-core-639ecfb578ff926f5deddb984f4f8600e161e22a.zip |
ltp: fix makefile race
There is a Makefile dependency race causing occasional build failures:
*** No rule to make target `.../work/core2-poky-linux/ltp/20130904-r0/git/testcases/kernel/include/linux_syscall_numbers.h.23161.sh', needed by `linux_syscall_numbers.h'. Stop.
This is due to a bad dependency wildcard that is matching more than the one file
it should match, so replace it with a concrete filename.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions