[oe] autopoint || touch config.rpath

Richard Purdie rpurdie at rpsys.net
Thu Apr 8 08:01:32 UTC 2010


On Wed, 2010-04-07 at 17:44 +0200, Jens Seidel wrote:
> > Thank you for this great summary. I am still clueless about
> > `config.rpath` though.
> 
> Yep, try the hints above.

I'm late to this thread but poky has this in autoconf.bbclass:


  if grep "^[[:space:]]*AM_GLIB_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then 
	if grep "sed.*POTFILES" $CONFIGURE_AC >/dev/null; then
		: do nothing -- we still have an old unmodified configure.ac
	else
		oenote Executing glib-gettextize --force --copy
		echo "no" | glib-gettextize --force --copy 130
	fi
  else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then 
	cp ${STAGING_DATADIR}/gettext/config.rpath ${S}/
  fi

which generally makes sure config.rpath is available when its needed.

Cheers,

Richard





More information about the Openembedded-devel mailing list