mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
ncurses: Create alternative symlinks for st and st-256color
Adjust for other st implementations (From OE-Core rev: 151e7306cbd0cc004ee29aab3267e3295710a739) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -273,6 +273,11 @@ inherit update-alternatives
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
ALTERNATIVE_ncurses-tools_class-target = "clear reset"
|
||||
ALTERNATIVE_ncurses-terminfo_class-target = "st st-256color"
|
||||
|
||||
ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st"
|
||||
|
||||
ALTERNATIVE_LINK_NAME[st-256color] = "${datadir}/terminfo/s/st-256color"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user