aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/keymaps
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-29 12:12:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 12:07:21 +0000
commit3348e9b02b922b89ecbece7922d1c6b583e1fb1d (patch)
treeed3af8b59534eed05e9b209bb2ebafc105076be1 /meta/recipes-bsp/keymaps
parent739692ac066319d830d0eb7d27ef1075f259efe4 (diff)
downloadopenembedded-core-3348e9b02b922b89ecbece7922d1c6b583e1fb1d.tar.gz
keymaps: depend on kbd instead of console-tools
* nowadays kbd seems more active Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-bsp/keymaps')
-rw-r--r--meta/recipes-bsp/keymaps/keymaps_1.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 4fe7987b10..1876db8428 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -5,11 +5,12 @@ SECTION = "base"
# Distro can override initscripts provider
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
-RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} console-tools"
+RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} kbd"
+
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r19"
+PR = "r20"
INHIBIT_DEFAULT_DEPS = "1"