[oe-commits] Holger Hans Peter Freyther : ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries

git version control git at git.openembedded.org
Tue Oct 5 10:49:56 UTC 2010


Module: openembedded.git
Branch: master
Commit: 3f3128c291f9330f35a00a51594e591915efb05a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f3128c291f9330f35a00a51594e591915efb05a

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sun Oct  3 05:18:24 2010 +0800

ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries

Do not have a RPATH in the binaries to the sysroot.

---

 recipes/ncurses/ncurses_5.7.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index ca5b115..715fff4 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}" \





More information about the Openembedded-commits mailing list