autotools.bbclass: Make sure config.rpath is present if needed

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-30 17:03:38 +00:00
parent dfd32b429a
commit 66c952cbc2
1 changed files with 4 additions and 0 deletions

View File

@ -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