]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: fix nativesdk install failure
authorS. Lockwood-Childs <sjl@vctlabs.com>
Fri, 15 Jun 2018 07:54:33 +0000 (00:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 09:40:37 +0000 (10:40 +0100)
commitc936af150459873fe9d135b7d5c2c0d0d9e7745f
tree4d1c659c7bf8c5ae29c312aa4fe46419a5bc9ac2
parent2e4a05879f56e96bcdc0770d3fe27abc8b9af35e
coreutils: fix nativesdk install failure

The change "fix hostname conflict with other packages" moved the
hostname util to the list of base_bindir_progs, so do_install_append()
now expects hostname to have been built.

coreutils do_install_append() is shared between target and nativesdk
builds (though not used by native build, see comment) so hostname should
be enabled to build on both of them.

(From OE-Core rev: 57f1f5708306a6121b1172c5163c6566d5bcb89c)

Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5f3a3d4063814e6732b8c861018b39d5abfc43b4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/coreutils/coreutils_8.29.bb