diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-17 20:05:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:56 +0100 |
commit | 4a0e3ca3733e2b6f3f20065421dbb9da2058014c (patch) | |
tree | d4f990cd1b06c881860c9534235b732d407c9848 /scripts | |
parent | 336c1caeb86996cd316256ad15f392b9597ae414 (diff) | |
download | openembedded-core-4a0e3ca3733e2b6f3f20065421dbb9da2058014c.tar.gz openembedded-core-4a0e3ca3733e2b6f3f20065421dbb9da2058014c.tar.bz2 openembedded-core-4a0e3ca3733e2b6f3f20065421dbb9da2058014c.zip |
xmlto: only target requires coreutils
The coreutils added to RDEPENDS was for tail command which is everywhere
on the build host, so only add it to target. There was a side effect if
coreutils-native was build, when its commands install to sysroots, they
would be removed during rebuild, and cause other recipes fail to build:
/path/to/tmp/sysroots/x86_64-linux/usr/bin/mkdir -p lib/sys
make: /path/to/tmp/sysroots/x86_64-linux/usr/bin/mkdir: Command not found
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions