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.bb5
1 files changed, 4 insertions, 1 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 639b01f6eb..80a429c6d3 100644
--- a/meta/recipes-support/user-creation/xuser-account_0.1.bb
+++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb
@@ -6,6 +6,9 @@ SRC_URI = "file://system-xuser.conf"
6 6
7inherit allarch useradd 7inherit allarch useradd
8 8
9S = "${WORKDIR}/sources"
10UNPACKDIR = "${S}"
11
9do_configure() { 12do_configure() {
10 : 13 :
11} 14}
@@ -15,7 +18,7 @@ do_compile() {
15} 18}
16 19
17do_install() { 20do_install() {
18 install -D -m 0644 ${WORKDIR}/system-xuser.conf ${D}${sysconfdir}/dbus-1/system.d/system-xuser.conf 21 install -D -m 0644 ${UNPACKDIR}/system-xuser.conf ${D}${sysconfdir}/dbus-1/system.d/system-xuser.conf
19} 22}
20 23
21FILES:${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf" 24FILES:${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf"