]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Initial work on getting bitbake working under pypy
authorChris Larson <chris_larson@mentor.com>
Wed, 16 Mar 2011 15:07:29 +0000 (08:07 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 16 Mar 2011 15:31:52 +0000 (08:31 -0700)
commitf229824dc9c453adf6067500e2bf6761536e4f2f
tree3c1d741421734598a17df847ce09a0f7e07170a1
parent967cd1aa2c59f15d805862bd9935f507c635c762
Initial work on getting bitbake working under pypy

- use os.chmod, not os.fchmod, as the latter is missing under pypy
- rearrange our imports a bit
- don't die if sqlite3 is missing shared cache support

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/build.py
lib/bb/fetch2/__init__.py
lib/bb/persist_data.py