]> code.ossystems Code Review - openembedded-core.git/commit
Use PendingDeprecationWarning for functions moved from bb to bb.utils
authorChris Larson <chris_larson@mentor.com>
Thu, 10 Jun 2010 16:43:39 +0000 (09:43 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:36 +0000 (15:41 +0100)
commit8f9bdd68de7de629928a7d17d0b3772d979d281a
treef8f768d4ecd6dfbe29cbbccad3ef83c8bd55552a
parent0c5b5b21f784bf3a05cd95c4162a595590cab9cc
Use PendingDeprecationWarning for functions moved from bb to bb.utils

This is necessary, as there has not yet been a release with the bb.utils
versions in place.  We can't show them a deprecation warning when they can't
safely change it yet.  Show a PendingDeprecationWarning until 1.10 releases
and OE requires it, then we can move to DeprecationWarning.

(Bitbake rev: 43700fa1ca1d2635de4ed46110057cb164ee82d1)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/__init__.py