[oe-commits] Enrico Scholz : ncurses: splitted common terminal definitions in own package and depend on it

git version control git at git.openembedded.org
Sun Aug 29 19:54:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ce59023d4e2c07a4d7d5245dcc297eada67a09d3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce59023d4e2c07a4d7d5245dcc297eada67a09d3

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Sun Aug 29 17:41:43 2010 +0200

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 at sigma-chemnitz.de>

---

 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 8c5f78a..e815d8e 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"





More information about the Openembedded-commits mailing list