summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-09-16 17:23:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-21 23:54:39 +0100
commit4a6d0a3d8df053761d2f36b3666b1ef89fef2e96 (patch)
tree5a6005ad162b5f2a51b6798e52c1ae46fed675cc /meta
parentcf9fd0e770d2edb7bcc11623f5adfac5856df9b8 (diff)
downloadpoky-4a6d0a3d8df053761d2f36b3666b1ef89fef2e96.tar.gz
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>
Diffstat (limited to 'meta')
-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