From 66c952cbc258b1550f409ba93b83558a1f938d2e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 30 Nov 2009 17:03:38 +0000 Subject: autotools.bbclass: Make sure config.rpath is present if needed Signed-off-by: Richard Purdie --- meta/classes/autotools.bbclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/classes/autotools.bbclass') 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 -- cgit v1.2.3-54-g00ecf