generic-poky/meta/recipes-core/coreutils
Dengke Du 5b70c7e129 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.

(From OE-Core rev: 37039da6a09d7781beb93892932488940786b41f)

Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-25 10:29:15 +00:00
..
coreutils-6.9 coreutils: fix problem with acl for 6.9 version 2016-02-18 07:39:29 +00:00
coreutils-8.25 coreutils: fix reporting 'unknown' by `uname -p' and `uname -i' 2016-03-20 23:12:26 +00:00
coreutils_6.9.bb coreutils: fix problem with acl for 6.9 version 2016-02-18 07:39:29 +00:00
coreutils_8.25.bb nativesdk-coreutils: a lot of warnings fixed 2016-03-25 10:29:15 +00:00