ncurses: attempt to unbreak runtime breakages due to updated packaging
authorKoen Kooi <koen@openembedded.org>
Sat, 5 Apr 2008 19:15:23 +0000 (19:15 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 Apr 2008 19:15:23 +0000 (19:15 +0000)
packages/ncurses/ncurses.inc
packages/ncurses/ncurses_5.4.bb

index 9b4fff5..7b1d2cb 100644 (file)
@@ -83,6 +83,9 @@ pkg_prerm_ncurses-tools () {
 
 PACKAGES =+ "${PN}-ncurses ${PN}-panel ${PN}-menu ${PN}-form ${PN}-terminfo ${PN}-tools"
 FILES_${PN}-ncurses = "${libdir}/libncurses.so.*"
+# You can'r really run any ncurses app without terminfo files, which is why the packaging was that way before mickeyl broke it. 
+# This RRECOMMENDS should pull in terminfo to fix that 
+RRECOMMENDS_${PN}-ncurses = "${PN}-terminfo"
 FILES_${PN}-panel = "${libdir}/libpanel.so.*"
 FILES_${PN}-menu = "${libdir}/libmenu.so.*"
 FILES_${PN}-form = "${libdir}/libform.so.*"
index 00dd7d1..d73164d 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
            file://visibility.patch;patch=1"