diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:53:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:53:15 +0000 |
commit | 210f0111454206730a5f4ed8eb799bfc59485708 (patch) | |
tree | 667713c7e84a7fbdcc0c54ce6a9cee93813ada7a /meta/packages/matchbox-keyboard | |
parent | 76b5863170eebf5ea61fcbf79eb963d4c9092352 (diff) | |
download | poky-210f0111454206730a5f4ed8eb799bfc59485708.tar.gz |
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
Diffstat (limited to 'meta/packages/matchbox-keyboard')
-rwxr-xr-x | meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg index e6745c5695..43c5d3ed6a 100755 --- a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg +++ b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg | |||
@@ -19,5 +19,5 @@ if [ "$CMD" ]; then | |||
19 | # Delay to make sure the window manager is active | 19 | # Delay to make sure the window manager is active |
20 | # by waiting for the desktop to say its finished loading | 20 | # by waiting for the desktop to say its finished loading |
21 | dbus-wait org.matchbox_project.desktop Loaded | 21 | dbus-wait org.matchbox_project.desktop Loaded |
22 | $CMD | 22 | exec $CMD |
23 | fi | 23 | fi |
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index 7afe8eb60f..568a83e516 100644 --- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | |||
4 | RDEPENDS = "formfactor dbus-wait" | 4 | RDEPENDS = "formfactor dbus-wait" |
5 | SECTION = "x11" | 5 | SECTION = "x11" |
6 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
10 | file://configure_fix.patch;patch=1;maxrev=1819 \ | 10 | file://configure_fix.patch;patch=1;maxrev=1819 \ |