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:
7a4d5b9
)
keymaps: fix typo so htcuniversal will get keymap working
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 25 Jan 2007 17:49:44 +0000
(17:49 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 25 Jan 2007 17:49:44 +0000
(17:49 +0000)
packages/keymaps/keymaps_1.0.bb
patch
|
blob
|
history
diff --git
a/packages/keymaps/keymaps_1.0.bb
b/packages/keymaps/keymaps_1.0.bb
index
a441292
..
08fbc1e
100644
(file)
--- 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 = "r1
2
"
+PR = "r1
3
"
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 | ht
c
universal )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)