From ce59023d4e2c07a4d7d5245dcc297eada67a09d3 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sun, 29 Aug 2010 17:41:43 +0200 Subject: ncurses: splitted common terminal definitions in own package and depend on it Moved /etc/terminfo from base 'ncurses' packages into -terminfo-base. Recommend this package in -libtinfo and suggest the large -terminfo package. Signed-off-by: Enrico Scholz --- recipes/ncurses/ncurses_5.7.bb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'recipes/ncurses') diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb index 8c5f78a71b..e815d8e86b 100644 --- a/recipes/ncurses/ncurses_5.7.bb +++ b/recipes/ncurses/ncurses_5.7.bb @@ -181,14 +181,13 @@ PACKAGES = " \ ${PN} \ ${PN}-static \ ${PN}-terminfo \ + ${PN}-terminfo-base \ " -RSUGGESTS_${PN} = "${PN}-terminfo" FILES_${PN} = "\ ${bindir}/tput \ ${bindir}/tset \ ${datadir}/tabset \ - ${sysconfdir}/terminfo \ " # This keeps only tput/tset in ncurses @@ -208,3 +207,10 @@ FILES_${PN}-tools = "\ FILES_${PN}-terminfo = "\ ${datadir}/terminfo \ " + +FILES_${PN}-terminfo-base = "\ + ${sysconfdir}/terminfo \ +" + +RSUGGESTS_${PN}-libtinfo = "${PN}-terminfo" +RRECOMMENDS_${PN}-libtinfo = "${PN}-terminfo-base" -- cgit 1.2.3-korg