I'm pretty sure this is fixed in OE. The directory no longer ends up in the 'host' part of the url, it ends up in path, where it should have been originally. It's easy enough for the unpack task to account for either, and current OpenEmbedded does so.
On Thu, Jul 22, 2010 at 3:28 PM, C Michael Sundius <[email protected]>wrote: > I recently upgraded my bitbake and I find that when I have a URL in the > form of: > > file://<directory>/<filename> > > the behavior between the two versions are different. Before it would create > a file: > > ${WORKDIR}/<directory>/<filename> > > and now it puts it here: > > ${WORKDIR}/<filename> > > Is there an option to make this work the old way? or am I just seeing > things.. > > Mike > > _______________________________________________ > Bitbake-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/bitbake-dev > > -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics
_______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
