From: Marcin Juszkiewicz Date: Sat, 6 Oct 2007 19:06:37 +0000 (+0000) Subject: task-boot: include keymaps for devices with keyboard (taken from Poky) X-Git-Tag: Release-2010-05/1~8549^2~1^2~128^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae4083ff59936fc79fbcfa0791f211244f34ce1;p=openembedded.git task-boot: include keymaps for devices with keyboard (taken from Poky) --- diff --git a/packages/tasks/task-boot.bb b/packages/tasks/task-boot.bb index 40c5bd530b..fb09ad1a83 100644 --- a/packages/tasks/task-boot.bb +++ b/packages/tasks/task-boot.bb @@ -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 \