summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/user-creation/xuser-account_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/user-creation/xuser-account_0.1.bb')
-rw-r--r--meta/recipes-support/user-creation/xuser-account_0.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/meta/recipes-support/user-creation/xuser-account_0.1.bb
index 77ba97dbf1..13ba677333 100644
--- a/meta/recipes-support/user-creation/xuser-account_0.1.bb
+++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Creates an 'xuser' account used for running X11"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5SRC_URI = "" 5SRC_URI = "file://system-xuser.conf"
6 6
7inherit allarch useradd 7inherit allarch useradd
8 8
@@ -15,9 +15,11 @@ do_compile() {
15} 15}
16 16
17do_install() { 17do_install() {
18 : 18 install -D -m 0644 ${WORKDIR}/system-xuser.conf ${D}${sysconfdir}/dbus-1/system.d/system-xuser.conf
19} 19}
20 20
21FILES_${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf"
22
21USERADD_PACKAGES = "${PN}" 23USERADD_PACKAGES = "${PN}"
22GROUPADD_PARAM_${PN} = "--system shutdown" 24GROUPADD_PARAM_${PN} = "--system shutdown"
23USERADD_PARAM_${PN} = "--create-home \ 25USERADD_PARAM_${PN} = "--create-home \