diff options
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 66c0f5d10a..4e4ef986bf 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -201,7 +201,7 @@ autotools_do_configure() { | |||
201 | # We'd call gettextize here if it wasn't so broken... | 201 | # We'd call gettextize here if it wasn't so broken... |
202 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/ | 202 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${AUTOTOOLS_AUXDIR}/ |
203 | if [ -d ${S}/po/ ]; then | 203 | if [ -d ${S}/po/ ]; then |
204 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ | 204 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ |
205 | if [ ! -e ${S}/po/remove-potcdate.sin ]; then | 205 | if [ ! -e ${S}/po/remove-potcdate.sin ]; then |
206 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/remove-potcdate.sin ${S}/po/ | 206 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/remove-potcdate.sin ${S}/po/ |
207 | fi | 207 | fi |