bin/bitbake:
authorChris Larson <clarson@kergoth.com>
Sat, 22 Jan 2005 05:50:23 +0000 (05:50 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 22 Jan 2005 05:50:23 +0000 (05:50 +0000)
commit004adaed2b87b215217df433f1b91cd392762049
tree16457b4d4f638ba4a18bdb0d22b8f7c3cf6c113d
parent59d4f4d495748b2aa8b2752cfa5a3b4fde84926e
bin/bitbake:
    * check if a package's task is already complete _before_
      calling the functions to try to build it.
    * don't bother trying to build a package's deps if the package has
      already been built.
    * cache the information about the 'perhaps you should define
      PREFERRED_PROVIDER_blah' messages so that the user only sees one
      for each provider.
bin/bitbake