aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keylaunch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-06-05 02:28:12 +0000
committerMatthias Hentges <oe@hentges.net>2007-06-05 02:28:12 +0000
commitaccb9b8ad19a19ff84d4476175119f01bf528144 (patch)
tree55138074f6281b9e70d5b284a908c2a973ab50d3 /packages/keylaunch
parent3b4e0de68ce0bae4ebb74bd11e4ccd4f7d55e6f8 (diff)
downloadopenembedded-accb9b8ad19a19ff84d4476175119f01bf528144.tar.gz
keylaunch: Import forgotten patch from oz354x branch, closing bug #2231
Diffstat (limited to 'packages/keylaunch')
-rw-r--r--packages/keylaunch/keylaunch_2.0.10.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb
index ae28f5654c..f7d63968ac 100644
--- 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 = "r11"
+PR = "r12"
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() {