summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 259750cb46..8cfc5e4885 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}"
40export BUILD_LDFLAGS = "" 40export BUILD_LDFLAGS = ""
41export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"' 41export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
42 42
43# This is necessary so that the "tic" command executed during the install can
44# link with the correct libary in staging.
45export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
46
47do_install() { 43do_install() {
44 # This is necessary so that the "tic" command executed during the install can
45 # link with the correct libary in staging.
46 export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
47
48 autotools_do_install 48 autotools_do_install
49 49
50 ln -sf curses.h ${D}${includedir}/ncurses.h 50 ln -sf curses.h ${D}${includedir}/ncurses.h