]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-boot: include keymaps only for machines with keyboard
authorMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 6 Oct 2007 18:34:14 +0000 (18:34 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 6 Oct 2007 18:34:14 +0000 (18:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2850 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 3696b2a067bc58997b2e1d5cb92137aebbdade26..26dada4c71cb4efc42ab69cc79fd23a77c269664 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 = "r4"
+PR = "r5"
 
 #
 # Set by the machine configuration with packages essential for device bootup
@@ -19,7 +19,7 @@ RDEPENDS_task-poky-boot = "\
     base-passwd \
     busybox \
     initscripts \
-    keymaps \
+    ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
     modutils-initscripts \
     netbase \
     sysvinit \