summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 1627fb91d3..4b61889668 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -273,6 +273,11 @@ inherit update-alternatives
273ALTERNATIVE_PRIORITY = "100" 273ALTERNATIVE_PRIORITY = "100"
274 274
275ALTERNATIVE_ncurses-tools_class-target = "clear reset" 275ALTERNATIVE_ncurses-tools_class-target = "clear reset"
276ALTERNATIVE_ncurses-terminfo_class-target = "st st-256color"
277
278ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st"
279
280ALTERNATIVE_LINK_NAME[st-256color] = "${datadir}/terminfo/s/st-256color"
276 281
277BBCLASSEXTEND = "native nativesdk" 282BBCLASSEXTEND = "native nativesdk"
278 283