]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 25 Mar 2016 10:29:15 +0000 (10:29 +0000)
commit5b70c7e1290f7d29c07617ae1eb0285e94c805d4
tree6a1bdac26888cc7afbc518163ec8c5d5f7996289
parentb47c53b70e60990ac83ab488b30fd962e735a4f8
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>
meta/recipes-core/coreutils/coreutils_8.25.bb