summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 8321d7b021..43303b7196 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
6SECTION = "libs" 6SECTION = "libs"
7DEPENDS = "ncurses-native" 7DEPENDS = "ncurses-native"
8DEPENDS_virtclass-native = "" 8DEPENDS_virtclass-native = ""
9INC_PR = "r3" 9INC_PR = "r4"
10 10
11inherit autotools binconfig multilib_header 11inherit autotools binconfig multilib_header
12 12
@@ -26,8 +26,8 @@ ENABLE_WIDEC ?= "true"
26# builds. 26# builds.
27BUILD_CPPFLAGS += "-D_GNU_SOURCE" 27BUILD_CPPFLAGS += "-D_GNU_SOURCE"
28 28
29# tic from the -native build cannot run without setting this explicitly 29# natives don't generally look in base_libdir
30BUILD_LDFLAGS_virtclass-native += "-Wl,-rpath,${base_libdir}" 30base_libdir_virtclass-native = "${libdir}"
31 31
32# Helper function for do_configure to allow multiple configurations 32# Helper function for do_configure to allow multiple configurations
33# $1 the directory to run configure in 33# $1 the directory to run configure in