[oe] [ANN] BitBake 1.8.8 available for download

Richard Purdie rpurdie at rpsys.net
Sun Aug 19 22:00:43 UTC 2007


On Sun, 2007-08-19 at 13:56 -0700, Mark Gross wrote:
> On Sat, Aug 18, 2007 at 09:12:45PM +0200, Holger Freyther wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > For Your Information,
> > 
> > Version 1.8.8 of BitBake from the stable branch is available for  
> > download [1]. Thanks to the hard labor of Richard this release  
> > contains support for SRCREV, bug fixes and speed improvements. For  
> > more changes please consult the ChangeLog.
> > 
> > This release adds a requirement on pysqlite2 for sqlite3. On most  
> > distributions this package is called python-pysqlite2. It is required  
> > to support concurrent access to persistent data. This is a  
> > requirement of the SRCREV implementation.
>  
>
> version dependencies?

Yes, the key line is:

> self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)

You need sqlite version 3.3.0 or later to support that syntax.

Richard





More information about the Openembedded-devel mailing list