summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-03-08 15:52:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:15:58 -0800
commitcddf0a6233cfae1f069c617213b93d4945197eec (patch)
treefa2cfd8c5b8a7dfa853f8a59e707ffcd39495aa0 /meta/recipes-core
parentaf58819253a2d4526dc8871a17e1492bd1d92951 (diff)
downloadopenembedded-core-cddf0a6233cfae1f069c617213b93d4945197eec.tar.gz
kbd: avoid conflict with busybox
showkey can also be provided by busybox Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/kbd/kbd_2.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb
index 80808af135..4af3256fff 100644
--- a/meta/recipes-core/kbd/kbd_2.0.4.bb
+++ b/meta/recipes-core/kbd/kbd_2.0.4.bb
@@ -58,7 +58,7 @@ RDEPENDS_${PN}-ptest = "make"
inherit update-alternatives
-ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt"
+ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt showkey"
ALTERNATIVE_PRIORITY = "100"
BBCLASSEXTEND = "native"