[oe] [PATCH] autotools: fix libiconv compilation for uclibc toolchain

Vladimir Zapolskiy vzapolskiy at gmail.com
Sun May 23 07:55:29 UTC 2010


Recent commit to autotools.bbclass forces gettext install dependency
for packets with defined AM_GNU_GETTEXT macro. In uclibc platform
gettext depends on libiconv, but the macro is present and reliable in
libiconv configuration script.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy at gmail.com>
Cc: Joshua Lock <josh at linux.intel.com>
---
 classes/autotools.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 9bb4f6c..a97a64a 100644
--- a/classes/autotools.bbclass
+++ b/classes/autotools.bbclass
@@ -129,10 +129,6 @@ autotools_do_configure() {
 			    oenote Executing glib-gettextize --force --copy
 			    echo "no" | glib-gettextize --force --copy
 			  fi
-			else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
-			  cp ${STAGING_DATADIR}/gettext/config.rpath ${S}/
-			fi
-
 			fi
 			mkdir -p m4
 			oenote Executing autoreconf --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
-- 
1.7.1





More information about the Openembedded-devel mailing list