[oe] [PATCH] fix do_install for MinGW gcc-canadian-sdk

Tom Rini trini at kernel.crashing.org
Fri Apr 17 20:08:23 UTC 2009


On Thu, Apr 16, 2009 at 02:31:44PM -0700, Tom Rini wrote:
> On Thu, Apr 16, 2009 at 04:59:44PM -0400, David Huggins-Daines wrote:
> > Tom Rini wrote:
> >>
> >> Is this using the distro / machine you mentioned before?  This should
> >> all be fine and we just end up making a 'C:' dir.  I'm very curious here
> >> as at some point prior to pushing canadian stuff originally I had the
> >> same patch, but on trying to confirm I needed it, I suddenly didn't need
> >> it anymore.
> >>
> >>   
> > Yeah - I can send you the distro, machine, and local.conf if you like,  
> > or publish my git repository. I am using these extra definitions in  
> > local.conf for building the MinGW SDK:
> >
> > SDK_ARCH = "i686"
> > SDK_OS = "mingw32"
> > SDK_EXEEXT = ".exe"
> > OVERRIDES .= ":sdk-mingw32"
> 
> Looks fine except for the OVERRIDES.  I don't use any special ones, so
> you shouldn't need any either :)  (But yes, there are bits of code that
> reference sdk-mingw32 and need fixing).

In fact, the OVERRIDES is causing the problem.  In stable there's still
some sdk-mingw32 overrides which aren't right, but I didn't notice they
needed fixing (removing usually) as I wasn't adding any additional
overrides since back when RP asked me to drop that (which explains why I
needed your patch at some point, then no longer did).  There's a few of
these left in .dev still, which I'm removing and doing a test build of
now.  Once this is done, I think Canadian stuff will be in good enough
shape that I'll get a series together for stable/2009.

-- 
Tom Rini




More information about the Openembedded-devel mailing list