summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-30 17:03:38 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-30 17:03:38 +0000
commit66c952cbc258b1550f409ba93b83558a1f938d2e (patch)
tree780c5f50a1d20eea71c21c510ae8648ce7a77acd /meta/classes/autotools.bbclass
parentdfd32b429a0a9bed09b75f59f0c7fb37f42c3ed9 (diff)
downloadpoky-66c952cbc258b1550f409ba93b83558a1f938d2e.tar.gz
autotools.bbclass: Make sure config.rpath is present if needed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass4
1 files changed, 4 insertions, 0 deletions
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() {
120 oenote Executing glib-gettextize --force --copy 120 oenote Executing glib-gettextize --force --copy
121 echo "no" | glib-gettextize --force --copy 121 echo "no" | glib-gettextize --force --copy
122 fi 122 fi
123 else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
124 cp ${STAGING_DATADIR}/gettext/config.rpath ${S}/
125 fi
126
123 fi 127 fi
124 mkdir -p m4 128 mkdir -p m4
125 if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then 129 if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then