From: Peter Kjellerstedt Date: Wed, 10 Sep 2025 19:17:42 +0000 (+0200) Subject: Revert "coreutils-native: don't install groups" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1bfe923d06dc82c391b8d774e5c596016130150;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "coreutils-native: don't install groups" This reverts commit 113225b93c55d55a330fcca7d9f996ec039fb953. The groups command was previously installed by shadow. Therefore the one provided by coreutils was removed for native to avoid a conflict. However, since version 4.17.0, shadow no longer installs a groups command and thus there is no conflict anymore. Signed-off-by: Peter Kjellerstedt Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/coreutils/coreutils_9.7.bb b/meta/recipes-core/coreutils/coreutils_9.7.bb index 3658f7100c..201be4144c 100644 --- a/meta/recipes-core/coreutils/coreutils_9.7.bb +++ b/meta/recipes-core/coreutils/coreutils_9.7.bb @@ -82,10 +82,8 @@ do_compile:prepend () { do_install:class-native() { autotools_do_install - # remove groups to fix conflict with shadow-native - rm -f ${D}${STAGING_BINDIR_NATIVE}/groups # The return is a must since native doesn't need the - # do_install:append() in the below. + # do_install:append() below. return }