git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4e0de
)
keylaunch: Import forgotten patch from oz354x branch, closing bug #2231
author
Matthias Hentges
<oe@hentges.net>
Tue, 5 Jun 2007 02:28:12 +0000
(
02:28
+0000)
committer
Matthias Hentges
<oe@hentges.net>
Tue, 5 Jun 2007 02:28:12 +0000
(
02:28
+0000)
packages/keylaunch/keylaunch_2.0.10.bb
patch
|
blob
|
history
diff --git
a/packages/keylaunch/keylaunch_2.0.10.bb
b/packages/keylaunch/keylaunch_2.0.10.bb
index
ae28f56
..
f7d6396
100644
(file)
--- a/
packages/keylaunch/keylaunch_2.0.10.bb
+++ b/
packages/keylaunch/keylaunch_2.0.10.bb
@@
-15,13
+15,17
@@
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 = "r1
1
"
+PR = "r1
2
"
SRC_URI += " file://keylaunchrc"
SRC_URI += " file://makefile-fix.patch;patch=1"
+SRC_URI += " file://80chvt-SUID"
do_install_prepend () {
install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
+
+ install -d ${D}/etc/X11/Xinit.d
+ install ${WORKDIR}/80chvt-SUID ${D}/etc/X11/Xinit.d
}
do_install_append() {