keymaps: added h2200 support - close #1304
authorGiorgio Padrin <giorgio@mandarinlogiq.org>
Tue, 15 Aug 2006 13:53:13 +0000 (13:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 15 Aug 2006 13:53:13 +0000 (13:53 +0000)
packages/keymaps/keymaps_1.0.bb

index 8fa2721..87edcef 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
 RDEPENDS = "initscripts console-tools"
 LICENSE = "GPL"
 PACKAGE_ARCH = "${MACHINE}"
-PR = "r9"
+PR = "r10"
 
 inherit update-rc.d
 
@@ -17,7 +17,7 @@ SRC_URI_append_spitz        = " file://keymap-*.map"
 SRC_URI_append_collie       = " file://keymap-*.map"
 SRC_URI_append_poodle       = " file://keymap-*.map"
 SRC_URI_append_jornada6xx   = " file://keymap-*.map"
-
+SRC_URI_append_h2200        = " file://keymap-*.map"
 
 INITSCRIPT_NAME = "keymap"
 INITSCRIPT_PARAMS = "start 00 S ."
@@ -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)
+        c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200)
             install -m 0644 ${WORKDIR}/keymap-*.map    ${D}${sysconfdir}
             ;;
         *)