From: Holger Hans Peter Freyther Date: Sat, 2 Oct 2010 21:18:24 +0000 (+0800) Subject: ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f3128c291f9330f35a00a51594e591915efb05a;p=openembedded.git ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries Do not have a RPATH in the binaries to the sysroot. --- 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}" \