diff options
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 259750cb4..8cfc5e488 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -40,11 +40,11 @@ export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}" export BUILD_LDFLAGS = "" export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"' -# 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() { + # 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}" + autotools_do_install ln -sf curses.h ${D}${includedir}/ncurses.h |