mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
kbd: cleanup update-alternatives deprecated code
(From OE-Core rev: 8240556c40a499aff5a405de3e28e1ed749e8ef5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d08996355c
commit
80e764e610
@@ -10,7 +10,7 @@ RREPLACES_${PN} = "console-tools"
|
||||
RPROVIDES_${PN} = "console-tools"
|
||||
RCONFLICTS_${PN} = "console-tools"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
|
||||
SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
|
||||
@@ -25,7 +25,6 @@ FILES_${PN}-unimaps = "${datadir}/unimaps"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
bindir_progs = "chvt deallocvt fgconsole openvt"
|
||||
ALTERNATIVE_LINKS = "${bindir}/${@' ${bindir}/'.join((d.getVar('bindir_progs', True)).split())}"
|
||||
ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
Reference in New Issue
Block a user