]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-task-boot: also ship keymaps - otherwise device can be unusable
authorMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 6 Oct 2007 18:30:29 +0000 (18:30 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 6 Oct 2007 18:30:29 +0000 (18:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2849 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky-boot.bb

index 72c503d3836bae2f49b2a79e3b2ac9e1b9e9b8a3..3696b2a067bc58997b2e1d5cb92137aebbdade26 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 DEPENDS = "virtual/kernel"
 ALLOW_EMPTY = "1"
-PR = "r3"
+PR = "r4"
 
 #
 # Set by the machine configuration with packages essential for device bootup
@@ -19,6 +19,7 @@ RDEPENDS_task-poky-boot = "\
     base-passwd \
     busybox \
     initscripts \
+    keymaps \
     modutils-initscripts \
     netbase \
     sysvinit \