summaryrefslogtreecommitdiff
path: root/packages/keymaps/keymaps_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/keymaps/keymaps_1.0.bb')
-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 a906d7f383..0c247a0563 100644
--- a/packages/keymaps/keymaps_1.0.bb
+++ b/packages/keymaps/keymaps_1.0.bb
@@ -4,7 +4,7 @@ MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
RDEPENDS = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
-PR = "r5"
+PR = "r9"
inherit update-rc.d
@@ -25,7 +25,7 @@ do_install () {
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
case ${MACHINE} in
- c7x0 | tosa | spitz | akita | collie | poodle )
+ c7x0 | tosa | spitz | akita | borzoi | collie | poodle )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)