I'm getting really desperate with this, I've fiddled with it all night, and nothing. I thought it'll be relatively easy, wrote a patch which removed the exit 1 command after the check for the files, so even if it said that it can't check when crosscompiling, it would go through...
But then for some reason I can't seem to get it to apply the patch, it bombs with the same error, though I did specify the patch in the bb file, but I see that the configure file that it runs is unpatched...
So I edited the configure file locally, made the bb point to a local file, but lo and behold when it ran the configure was again reversed. How the hell!!! Could it somehowe be configuring itself on the fly and fixing this? Ridicilous isn't it.
So I thought it was pulling the old configure somewhere from a cache, so deleted everything I could think of, but still no go...
I'm thinking, maybe if I could run the individual bitbake commands step by step, i.e. the file is already unzipped in the tmp/work directory... So... I could edit the configure by hand, and then if I could issue whatever bitbake issues to configure, then to build, then to package, I'd get it done...
Is this the way to go?
I think I'm going crazy over this. I'd give up, but it's not letting go, I mean I can't be this stupid not to get it done.
Can I do it in steps like this? If so, I didn't find anywhere what the commans for bitbake would be? Or should I tackle this in another way?
Man, I can't believe I lost a whole night of sleep and now would let this pass. Oh no!