mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
autotools.bbclass: Make sure config.rpath is present if needed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user