diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-30 23:27:50 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-30 23:27:50 +0000 |
commit | eb6e57c89c08f85d780da065b1ccaa056926a657 (patch) | |
tree | b83150a34a925d8afeb724772abc00aebad2863d /packages/keylaunch/keylaunch_2.0.10.bb | |
parent | 735271aaf9af081e369ee85a3ec185f53f853cda (diff) |
keylaunch: the h/w hotkeys and LCD softkeys are now in the F20+ range (there was a damn good reason for changing them back in the days, but I forgot why heh )
Diffstat (limited to 'packages/keylaunch/keylaunch_2.0.10.bb')
-rw-r--r-- | packages/keylaunch/keylaunch_2.0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb index 9e5a224aaf..d1258b89db 100644 --- a/packages/keylaunch/keylaunch_2.0.10.bb +++ b/packages/keylaunch/keylaunch_2.0.10.bb @@ -15,7 +15,7 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\ program is already running, keylaunch can bring its window to the front\ rather than just running another copy." PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r9" +PR = "r10" SRC_URI += " file://keylaunchrc" SRC_URI += " file://makefile-fix.patch;patch=1" |