mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +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:
@@ -19,5 +19,5 @@ if [ "$CMD" ]; then
|
||||
# Delay to make sure the window manager is active
|
||||
# by waiting for the desktop to say its finished loading
|
||||
dbus-wait org.matchbox_project.desktop Loaded
|
||||
$CMD
|
||||
exec $CMD
|
||||
fi
|
||||
|
||||
@@ -4,7 +4,7 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
|
||||
RDEPENDS = "formfactor dbus-wait"
|
||||
SECTION = "x11"
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
|
||||
file://configure_fix.patch;patch=1;maxrev=1819 \
|
||||
|
||||
@@ -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