[oe-commits] : ncurses: backport tic invokation fix from .dev

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Sep 18 12:59:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dreambox
Commit: 847da1aef8d52fdd25381a777bcffab31c68ff8b
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=847da1aef8d52fdd25381a777bcffab31c68ff8b

Author:  <tmbinc at openembedded.org>
Date:   Thu Sep 18 12:50:23 2008 +0000

ncurses: backport tic invokation fix from .dev

---

 packages/ncurses/ncurses.inc    |    4 ++++
 packages/ncurses/ncurses_5.4.bb |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/ncurses/ncurses.inc b/packages/ncurses/ncurses.inc
index 030cd10..027f037 100644
--- a/packages/ncurses/ncurses.inc
+++ b/packages/ncurses/ncurses.inc
@@ -41,6 +41,10 @@ do_stage() {
 	ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a
 }
 
+# This is necessary so that the "tic" command executed during the install can
+# link with the correct libary in staging.
+export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
+
 do_install() {
 	autotools_do_install
 
diff --git a/packages/ncurses/ncurses_5.4.bb b/packages/ncurses/ncurses_5.4.bb
index 63272b4..6da3223 100644
--- a/packages/ncurses/ncurses_5.4.bb
+++ b/packages/ncurses/ncurses_5.4.bb
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
 	   file://visibility.patch;patch=1"





More information about the Openembedded-commits mailing list