aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-03 05:18:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-05 18:47:52 +0800
commit3f3128c291f9330f35a00a51594e591915efb05a (patch)
treed0c2d638084823e6fed83744114931e1b30d494d
parent4f1139422c77316038c26b21ea99dec27fc3b629 (diff)
downloadopenembedded-3f3128c291f9330f35a00a51594e591915efb05a.tar.gz
ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries
Do not have a RPATH in the binaries to the sysroot.
-rw-r--r--recipes/ncurses/ncurses_5.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index ca5b115d74..715fff4e54 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "libs"
PATCHDATE = "20100501"
PKGV = "${PV}+${PATCHDATE}"
-PR = "r14"
+PR = "r15"
DEPENDS = "ncurses-native unifdef-native"
DEPENDS_virtclass-native = "unifdef-native"
@@ -74,6 +74,7 @@ do_configure() {
--with-termlib=tinfo \
--enable-sigwinch \
--enable-pc-files \
+ --disable-rpath-hack \
--with-build-cc="${BUILD_CC}" \
--with-build-cpp="${BUILD_CPP}" \
--with-build-ld="${BUILD_LD}" \