From: Richard Purdie Date: Mon, 30 Nov 2009 17:03:38 +0000 (+0000) Subject: autotools.bbclass: Make sure config.rpath is present if needed X-Git-Tag: 2011-1~6615 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=66c952cbc258b1550f409ba93b83558a1f938d2e;p=openembedded-core.git autotools.bbclass: Make sure config.rpath is present if needed Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 1fb65715b3..4f56b33c28 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -120,6 +120,10 @@ 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 if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then