summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorS. Lockwood-Childs <sjl@vctlabs.com>2018-06-15 00:54:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 11:41:26 +0100
commit80b6843e73dc06825f5361736a40573d26be6980 (patch)
tree44107eb0ee3981874a93b87b326f83e50fcc4734 /meta
parent48e24c2edd31b93bd20c61b807a4f351f53e4472 (diff)
downloadpoky-80b6843e73dc06825f5361736a40573d26be6980.tar.gz
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) (From OE-Core rev: c936af150459873fe9d135b7d5c2c0d0d9e7745f) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.29.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.29.bb b/meta/recipes-core/coreutils/coreutils_8.29.bb
index 0b8acc5884..4704f32196 100644
--- a/meta/recipes-core/coreutils/coreutils_8.29.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.29.bb
@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f4
26 26
27EXTRA_OECONF_class-native = "--without-gmp" 27EXTRA_OECONF_class-native = "--without-gmp"
28EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}" 28EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}"
29EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch" 29EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch,hostname"
30 30
31# acl and xattr are not default features 31# acl and xattr are not default features
32# 32#