On Thu, 2013-09-05 at 10:53 +0100, Burton, Ross wrote: > On 5 September 2013 01:18, Darren Hart <[email protected]> wrote: > > +# AC_CHECK_FILE doesn't work when cross compiling, so we create a > > replacement > > +# macro that simply assumes the test succeeds. This is required for at > > least > > +# the -intel and -mga drivers. > > +do_configure_prepend () { > > + echo 'AC_DEFUN(CC_AC_CHECK_FILE, $2)' > ${S}/configure.ac.new > > + sed 's/AC_CHECK_FILE/CC_AC_CHECK_FILE/g' ${S}/configure.ac >> > > ${S}/configure.ac.new > > + mv ${S}/configure.ac.new ${S}/configure.ac > > +} > > I've been systematically fixing the drivers that use AC_CHECK_FILE so > now as far as I know we're left with just one (-mga), for which my > patch has been submitted upstream.
The xf86-video-intel driver also appears to need it (just FYI re your comment on mga). -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
