]> code.ossystems Code Review - openembedded-core.git/commit
nativesdk-coreutils: a lot of warnings fixed
authorDengke Du <dengke.du@windriver.com>
Wed, 16 Mar 2016 02:49:13 +0000 (22:49 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:49:58 +0000 (21:49 +0000)
commit37039da6a09d7781beb93892932488940786b41f
tree1964f7dc5215712ec0f50fb8afc7c9227f7ff2f1
parent6098a72e8d21f6321636e727703ca7c29d9af142
nativesdk-coreutils: a lot of warnings fixed

When we create nativesdk-coreutils, a lot of warnings appear,it
show many files can't find. Because in the coreutils recipe, it
didn't contain the do_install for the nativesdk, so when the
alternative system check the files in the following process, it
can't find the files. So we should add the do_install for the
nativesdk, change the function do_install_append_class-target() to
do_install_append() in the file:
meta/recipes-core/coreutils/coreutils_8.25.bb
in this way, the alternative system can find the files, the warnings
disappear.

Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/coreutils/coreutils_8.25.bb