diff options
author | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
commit | cbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch) | |
tree | f7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/ncurses | |
parent | 562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff) | |
download | poky-cbf3ef91305558fb8a59e19c5987a9e9ca22013a.tar.gz |
Merge changes from mainline OE to try and keep us in sync.
git-svn-id: https://svn.o-hand.com/repos/poky@127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/ncurses')
-rw-r--r-- | openembedded/packages/ncurses/ncurses.inc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/openembedded/packages/ncurses/ncurses.inc b/openembedded/packages/ncurses/ncurses.inc index f400617dcb..96679db0cb 100644 --- a/openembedded/packages/ncurses/ncurses.inc +++ b/openembedded/packages/ncurses/ncurses.inc | |||
@@ -33,14 +33,8 @@ export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}" | |||
33 | export BUILD_LDFLAGS = "" | 33 | export BUILD_LDFLAGS = "" |
34 | export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"' | 34 | export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"' |
35 | 35 | ||
36 | do_stage () { | 36 | do_stage() { |
37 | for i in libncurses libpanel libform libmenu; do | 37 | autotools_stage_all |
38 | oe_libinstall -so -a -C lib $i ${STAGING_LIBDIR} | ||
39 | done | ||
40 | for h in ncurses_*.h curses.h eti.h form.h menu.h panel.h \ | ||
41 | termcap.h term.h unctrl.h; do | ||
42 | install -m 0644 include/$h ${STAGING_INCDIR}/ | ||
43 | done | ||
44 | ln -sf curses.h ${STAGING_INCDIR}/ncurses.h | 38 | ln -sf curses.h ${STAGING_INCDIR}/ncurses.h |
45 | ln -sf libncurses.so ${STAGING_LIBDIR}/libtermcap.so | 39 | ln -sf libncurses.so ${STAGING_LIBDIR}/libtermcap.so |
46 | ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a | 40 | ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a |