mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
networkmanager/matchbox-keyboard: Use exec to run the final programs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Wait for the desktop to say its finished loading
|
||||
dbus-wait org.matchbox_project.desktop Loaded
|
||||
/usr/bin/nm-applet
|
||||
exec /usr/bin/nm-applet
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "GPL"
|
||||
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
|
||||
#TODO DEPENDS libnotify
|
||||
RDEPENDS = "networkmanager dbus-wait"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
inherit gnome gtk-icon-cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user