ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 21:18:24 +0000 (05:18 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 5 Oct 2010 10:47:52 +0000 (18:47 +0800)
Do not have a RPATH in the binaries to the sysroot.

recipes/ncurses/ncurses_5.7.bb

index ca5b115..715fff4 100644 (file)
@@ -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}" \