summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index efa4098d63..cc857acc3e 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -200,7 +200,7 @@ autotools_do_configure() {
200 bbnote Executing glib-gettextize --force --copy 200 bbnote Executing glib-gettextize --force --copy
201 echo "no" | glib-gettextize --force --copy 201 echo "no" | glib-gettextize --force --copy
202 fi 202 fi
203 elif grep -q "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC; then 203 elif [ "${BPN}" != "gettext" ] && grep -q "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC; then
204 # We'd call gettextize here if it wasn't so broken... 204 # We'd call gettextize here if it wasn't so broken...
205 cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/ 205 cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/
206 if [ -d ${S}/po/ ]; then 206 if [ -d ${S}/po/ ]; then