diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-11-20 17:51:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-20 17:51:15 +0000 |
commit | 72bd6075e3c4c4a5b65157cd3c4a6d2f67fe1205 (patch) | |
tree | 68a8656b8833716088eb4a3f3d4dbd86e123d4f6 /packages/console-tools/console-tools_0.3.2.bb | |
parent | 9c05b535df13b081ab17ee5317ef8584daf279ec (diff) |
console-tools: added kbd_mode patch to change keyboard repeat rate
- patch provided by Matthias Goebl <oe@m.goebl.net>
- close #478
Diffstat (limited to 'packages/console-tools/console-tools_0.3.2.bb')
-rw-r--r-- | packages/console-tools/console-tools_0.3.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/console-tools/console-tools_0.3.2.bb b/packages/console-tools/console-tools_0.3.2.bb index 2a94a4f896..f7455825e0 100644 --- a/packages/console-tools/console-tools_0.3.2.bb +++ b/packages/console-tools/console-tools_0.3.2.bb @@ -1,12 +1,13 @@ SECTION = "base" LICENSE = "GPL" DESCRIPTION = "Allows you to set-up and manipulate the Linux console." -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://codepage.patch;patch=1 \ file://configure.patch;patch=1 \ file://compile.patch;patch=1 \ + file://kbdrate.patch;patch=1 \ file://config/*.m4" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ @@ -43,4 +44,4 @@ pkg_prerm_${PN} () { update-alternatives --remove deallocvt deallocvt.${PN} update-alternatives --remove openvt openvt.${PN} } - + |