task-boot: include keymaps for devices with keyboard (taken from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 6 Oct 2007 19:06:37 +0000 (19:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 6 Oct 2007 19:06:37 +0000 (19:06 +0000)
packages/tasks/task-boot.bb

index 40c5bd5..fb09ad1 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r40"
+PR = "r41"
 
 inherit task
 
@@ -40,6 +40,7 @@ RDEPENDS_task-boot = "\
     base-passwd \
     busybox \
     initscripts \
+    ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
     modutils-initscripts \
     netbase \
     update-alternatives \