gettext: Pass --disable-rpath on target
authorTom Rini <tom_rini@mentor.com>
Wed, 16 Feb 2011 21:20:30 +0000 (14:20 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 16:52:31 +0000 (09:52 -0700)
We disable rpath stuff as this casues problems with libtool 2.2
and 2.4 is fine.

Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gettext/gettext_0.18.bb

index e9e613e..850b269 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPLv3"
-PR = "r4"
+PR = "r5"
 DEPENDS = "gettext-native virtual/libiconv ncurses expat"
 DEPENDS_virtclass-native = "libxml2-native"
 PROVIDES = "virtual/libintl"
@@ -26,7 +26,7 @@ PARALLEL_MAKE = ""
 
 inherit autotools
 
-NATIVECONF = ""
+NATIVECONF = "--disable-rpath"
 NATIVECONF_virtclass-native += "--enable-relocatable --disable-curses"
 
 EXTRA_OECONF += "--without-lispdir \