diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2010-08-29 17:41:43 +0200 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2010-08-29 21:51:10 +0200 |
commit | ce59023d4e2c07a4d7d5245dcc297eada67a09d3 (patch) | |
tree | b2fd5d564599b0b9efa65a7dbe89e170bc41e64e /recipes/ncurses | |
parent | caa254da313862ba7d1a7093c7912604b5c58644 (diff) |
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 <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes/ncurses')
-rw-r--r-- | recipes/ncurses/ncurses_5.7.bb | 10 |
1 files changed, 8 insertions, 2 deletions
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" |