aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-16 14:20:30 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-17 09:52:31 -0700
commit280b1f1df87021bfef330779673ef916c73b19d1 (patch)
tree1d0e51adcb39d193f5d542fb0a24c7ece673fecc /recipes/gettext
parent87a92185e87fa62f4595db6e125ef100368772a7 (diff)
downloadopenembedded-280b1f1df87021bfef330779673ef916c73b19d1.tar.gz
gettext: Pass --disable-rpath on target
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>
Diffstat (limited to 'recipes/gettext')
-rw-r--r--recipes/gettext/gettext_0.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index e9e613e8ff..850b269b46 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -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 \