[oe-commits] [openembedded-core] 49/68: coreutils: fix nativesdk install failure

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:47:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit c936af150459873fe9d135b7d5c2c0d0d9e7745f
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Fri Jun 15 00:54:33 2018 -0700

    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 at vctlabs.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit 5f3a3d4063814e6732b8c861018b39d5abfc43b4)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/coreutils/coreutils_8.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.29.bb b/meta/recipes-core/coreutils/coreutils_8.29.bb
index 0b8acc5..4704f32 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
 
 EXTRA_OECONF_class-native = "--without-gmp"
 EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}"
-EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch"
+EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch,hostname"
 
 # acl and xattr are not default features
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list