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 5d743338fc..e22ea6837f 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -149,7 +149,7 @@ autotools_do_configure() {
149 else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then 149 else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
150 # We'd call gettextize here if it wasn't so broken... 150 # We'd call gettextize here if it wasn't so broken...
151 cp ${STAGING_DATADIR}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/ 151 cp ${STAGING_DATADIR}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/
152 if [ ! -e ${S}/po/Makefile.in.in ]; then 152 if [ -d ${S}/po/ -a ! -e ${S}/po/Makefile.in.in ]; then
153 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/ 153 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/
154 fi 154 fi
155 fi 155 fi