From 62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Feb 2006 10:11:32 +0000 Subject: Update bitbake to latest bitbake svn git-svn-id: https://svn.o-hand.com/repos/poky/trunk@262 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/setup.py') diff --git a/bitbake/setup.py b/bitbake/setup.py index a94c967d99..adb14a7553 100755 --- a/bitbake/setup.py +++ b/bitbake/setup.py @@ -55,7 +55,7 @@ setup(name='bitbake', long_description='BitBake is a simple tool for the execution of tasks. It is derived from Portage, which is the package management system used by the Gentoo Linux distribution. It is most commonly used to build packages, as it can easily use its rudamentary inheritence to abstract common operations, such as fetching sources, unpacking them, patching them, compiling them, and so on. It is the basis of the OpenEmbedded project, which is being used for OpenZaurus, Familiar, and a number of other Linux distributions.', author='Chris Larson', author_email='clarson@elinux.org', - packages=['bb', 'bb.parse', 'bb.parse.parse_py'], + packages=['bb', 'bb.fetch', 'bb.parse', 'bb.parse.parse_py'], package_dir={'bb': os.path.join('lib', 'bb')}, scripts=[os.path.join('bin', 'bitbake'), os.path.join('bin', 'bbimage')], -- cgit v1.2.3-54-g00ecf