[oe-commits] Koen Kooi : ncurses: convert to new-style staging

git version control git at git.openembedded.org
Sun Mar 28 10:28:37 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 12:12:51 2010 +0200

ncurses: convert to new-style staging

---

 recipes/ncurses/ncurses.inc |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc
index 344c820..bfecfff 100644
--- a/recipes/ncurses/ncurses.inc
+++ b/recipes/ncurses/ncurses.inc
@@ -30,13 +30,6 @@ export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}"
 export BUILD_LDFLAGS = ""
 export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
 
-do_stage() {
-	autotools_stage_all
-	ln -sf curses.h ${STAGING_INCDIR}/ncurses.h
-	ln -sf libncurses.so ${STAGING_LIBDIR}/libtermcap.so
-	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}"
@@ -47,6 +40,8 @@ do_install() {
 	# our ncurses has termcap support
 	ln -sf libncurses.so ${D}${libdir}/libtermcap.so
 	ln -sf libncurses.a ${D}${libdir}/libtermcap.a
+    ln -sf curses.h ${D}${includedir}/ncurses.h
+
 
 	# include some basic terminfo files
 	# stolen ;) from gentoo and modified a bit





More information about the Openembedded-commits mailing list