st: Use update alternatives

These files are also provided by ncurses so learn to co-habit

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-09-16 17:23:19 -07:00
parent fd96948662
commit ad7e4b2fd0
@@ -23,3 +23,13 @@ do_install() {
FILES_${PN} += " \
${datadir}/terminfo \
"
inherit update-alternatives
ALTERNATIVE_PRIORITY = "50"
ALTERNATIVE_${PN} = "st st-256color"
ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st"
ALTERNATIVE_LINK_NAME[st-256color] = "${datadir}/terminfo/s/st-256color"