diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2025-09-10 21:17:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
| commit | 7a3d70197792592b1d50298106fd2a108b38fe88 (patch) | |
| tree | 691eeeb6555d50178ce039bc6dd8fda8691fae5f | |
| parent | eb2e493d375ff524a3cb721875f84819168c8e5e (diff) | |
| download | poky-7a3d70197792592b1d50298106fd2a108b38fe88.tar.gz | |
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.
(From OE-Core rev: f1bfe923d06dc82c391b8d774e5c596016130150)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.7.bb | 4 |
1 files changed, 1 insertions, 3 deletions
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 () { | |||
| 82 | 82 | ||
| 83 | do_install:class-native() { | 83 | do_install:class-native() { |
| 84 | autotools_do_install | 84 | autotools_do_install |
| 85 | # remove groups to fix conflict with shadow-native | ||
| 86 | rm -f ${D}${STAGING_BINDIR_NATIVE}/groups | ||
| 87 | # The return is a must since native doesn't need the | 85 | # The return is a must since native doesn't need the |
| 88 | # do_install:append() in the below. | 86 | # do_install:append() below. |
| 89 | return | 87 | return |
| 90 | } | 88 | } |
| 91 | 89 | ||
