mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
kbd: avoid conflict with busybox
showkey can also be provided by busybox (From OE-Core rev: cddf0a6233cfae1f069c617213b93d4945197eec) Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
128dd9ec60
commit
cf4232212e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user