aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keymaps
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-25 17:49:44 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-25 17:49:44 +0000
commit34ba4b814e7922e6d32adaa76ec00001a977ddd7 (patch)
treebcaa34384cf7b15825e48ad23c9b714d356f7402 /packages/keymaps
parent7a4d5b91f95ab60a68440d55e623a80a03c63bd8 (diff)
downloadopenembedded-34ba4b814e7922e6d32adaa76ec00001a977ddd7.tar.gz
keymaps: fix typo so htcuniversal will get keymap working
Diffstat (limited to 'packages/keymaps')
-rw-r--r--packages/keymaps/keymaps_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/keymaps/keymaps_1.0.bb b/packages/keymaps/keymaps_1.0.bb
index a441292472..08fbc1eed5 100644
--- a/packages/keymaps/keymaps_1.0.bb
+++ b/packages/keymaps/keymaps_1.0.bb
@@ -3,7 +3,7 @@ SECTION = "base"
RDEPENDS = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
-PR = "r12"
+PR = "r13"
inherit update-rc.d
@@ -27,7 +27,7 @@ do_install () {
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
case ${MACHINE} in
- c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htuniversal )
+ c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htcuniversal )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)