bitbake/lib/bb/data.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 15 Apr 2006 23:18:07 +0000 (23:18 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 15 Apr 2006 23:18:07 +0000 (23:18 +0000)
commit40d07e863a1fb8a747f9efb1d483b5ac50ca449f
treecaf3ac984352eee043038eda97c37be62532288f
parent17ecb65b392e98860661502015759782b55028a7
bitbake/lib/bb/data.py:
    -Remove the 'Proxies' for the pkgdata Cache
    -Remove the pkgdata() method as we now have
     a different caching strategy
    -Alter init_db to only take a parent and call
     createCopy directly

bitbake/lib/bb/data_smart.py:
    -Remove the DataSmartPackage class as it is not
     needed

bitbake/lib/bb/cache.py:
    -Call init_db with the only reasonable argument
lib/bb/cache.py
lib/bb/data.py
lib/bb/data_smart.py