From 3f3128c291f9330f35a00a51594e591915efb05a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 3 Oct 2010 05:18:24 +0800 Subject: [PATCH] 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 file changed, 2 insertions(+), 1 deletion(-) 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}" \ -- 2.39.5