diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 4 | ||||
-rwxr-xr-x | meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index d48f700f2d..ea4222df77 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | SECTION = "x11" | 4 | SECTION = "x11" |
5 | PR = "r25" | 5 | PR = "r26" |
6 | RDEPENDS_${PN} = "dbus-wait sudo" | 6 | RDEPENDS_${PN} = "sudo" |
7 | 7 | ||
8 | SRC_URI = "file://xserver-nodm \ | 8 | SRC_URI = "file://xserver-nodm \ |
9 | file://Xusername \ | 9 | file://Xusername \ |
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm index 3b71983c0a..858af0b67e 100755 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | |||
@@ -38,7 +38,8 @@ case "$1" in | |||
38 | # Using su rather than sudo as latest 1.8.1 cause failure [YOCTO #1211] | 38 | # Using su rather than sudo as latest 1.8.1 cause failure [YOCTO #1211] |
39 | su -l -c '/etc/X11/Xserver&' $username | 39 | su -l -c '/etc/X11/Xserver&' $username |
40 | # Wait for the desktop to say its finished loading | 40 | # Wait for the desktop to say its finished loading |
41 | dbus-wait org.matchbox_project.desktop Loaded | 41 | # before loading the rest of the system |
42 | # dbus-wait org.matchbox_project.desktop Loaded | ||
42 | ;; | 43 | ;; |
43 | 44 | ||
44 | stop) | 45 | stop) |