bitbake/
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 6 Jul 2005 17:34:56 +0000 (17:34 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 6 Jul 2005 17:34:56 +0000 (17:34 +0000)
    Update MANIFEST and setup.py to cope with the removal
    of make.py and bbread and add utils.py to the MANIFEST

MANIFEST
setup.py

index cc4014a..0be76bf 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,19 +4,18 @@ MANIFEST
 setup.py
 bin/bbimage
 bin/bitbake
-bin/bbread
 lib/bb/__init__.py
 lib/bb/build.py
 lib/bb/data.py
 lib/bb/data_smart.py
 lib/bb/event.py
 lib/bb/fetch.py
-lib/bb/make.py
 lib/bb/manifest.py
 lib/bb/parse/BBHandler.py
 lib/bb/parse/ConfHandler.py
 lib/bb/parse/__init__.py
 lib/bb/shell.py
+lib/bb/utils.py
 doc/COPYING.GPL
 doc/COPYING.MIT
 doc/manual/html.css
index 43a9aea..fb71ce2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,6 @@ setup(name='bitbake',
       packages=['bb', 'bb.parse'],
       package_dir={'bb': os.path.join('lib', 'bb')},
       scripts=[os.path.join('bin', 'bitbake'),
-               os.path.join('bin', 'bbread'), 
                os.path.join('bin', 'bbimage')],
       data_files=[(os.path.join(bbdir, 'conf'), [os.path.join('conf', 'bitbake.conf')]),
                   (os.path.join(bbdir, 'classes'), [os.path.join('classes', 'base.bbclass')]),