bitbake: bitbake: remove the function for reparse because it does nothing
authorCristiana Voicu <cristiana.voicu@intel.com>
Wed, 19 Jun 2013 14:23:28 +0000 (17:23 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2013 12:29:53 +0000 (13:29 +0100)
commitcb7461d5d35ccf82a30ffa8ce7ba5d0a853615f7
treef62d10e548fb0ce678305827e53c37fda3846721
parentd9f9590a05a84093ef8d6f5538099f199c5710a4
bitbake: bitbake: remove the function for reparse because it does nothing

The command for reparse does nothing, so I have managed to remove it,
because it can be misleading. When a reparse is needed, it can be used
the parse function.

(Bitbake rev: 188eaba121789112ffeb1188f0984d23dfe8df4f)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/command.py
bitbake/lib/bb/cooker.py