diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-09-24 00:18:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 17:24:14 +0100 |
commit | 5f9ee672a0c187fab6f0a60237796808457e6569 (patch) | |
tree | 226b8a955307d14cc9be05998bf4371dac13179b /meta | |
parent | 139e887c9a59134b519f1a56e07c461071ae58aa (diff) | |
download | poky-5f9ee672a0c187fab6f0a60237796808457e6569.tar.gz |
base-passwd: add shutdown group
Since using useradd in sysvinit causes core-image-minimal to
gain shadow utilites instead of using busybox, we add the
shutdown group directly.
[YOCTO #5230]
(From OE-Core rev: 47ebf756efeb88727459165e00c16671854e19a9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch | 19 | ||||
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd_3.5.26.bb | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch new file mode 100644 index 0000000000..eb75559c49 --- /dev/null +++ b/meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | |||
2 | We need to have a shutdown group to allow the shutdown icon | ||
3 | to work correctly. Any users that want to use shutdown like | ||
4 | the xuser should be added to this group. | ||
5 | |||
6 | Upstream-Status: Inapporpriate [Embedded] | ||
7 | |||
8 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
9 | Index: base-passwd-3.5.26/group.master | ||
10 | =================================================================== | ||
11 | --- base-passwd-3.5.26.orig/group.master | ||
12 | +++ base-passwd-3.5.26/group.master | ||
13 | @@ -36,5 +36,6 @@ sasl:*:45: | ||
14 | plugdev:*:46: | ||
15 | staff:*:50: | ||
16 | games:*:60: | ||
17 | +shutdown:*:70: | ||
18 | users:*:100: | ||
19 | nogroup:*:65534: | ||
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb index 1c7e6b0e1d..4d94dcca65 100644 --- a/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb +++ b/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb | |||
@@ -6,6 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ |
9 | file://add_shutdown.patch \ | ||
9 | file://nobash.patch \ | 10 | file://nobash.patch \ |
10 | file://input.patch" | 11 | file://input.patch" |
11 | 12 | ||