RDEPENDS_${PN} = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
-PR = "r23"
+PR = "r24"
inherit update-rc.d
SRC_URI_append_collie = " file://keymap-2.6.map"
SRC_URI_append_poodle = " file://keymap-2.6.map"
SRC_URI_append_h2200 = " file://keymap-2.6.map"
+SRC_URI_append_h4000 = " file://keymap-2.6.map"
+SRC_URI_append_hx4700 = " file://keymap-2.6.map"
SRC_URI_append_htcuniversal = " file://keymap-2.6.map"
SRC_URI_append_qemux86 = " file://keymap-2.6.map"
SRC_URI_append_omap3-pandora = " file://keymap-extension-2.6.map"
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
case ${MACHINE} in
- c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htcuniversal | qemux86 | omap3-pandora )
+ c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | h4000 | hx4700 | htcuniversal | qemux86 | omap3-pandora )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)