Kill unused projectdir in bb package.

(Bitbake rev: 79b93e6929c5feeb1ad05bd17f589c69f00b77f6)

Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson 2009-07-19 21:57:09 -07:00 committed by Richard Purdie
parent 8f83be3338
commit 9998b454bb
1 changed files with 1 additions and 12 deletions

View File

@ -68,24 +68,13 @@ __all__ = [
import sys, os, types, re, string, bb
#projectdir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
projectdir = os.getcwd()
if "BBDEBUG" in os.environ:
level = int(os.environ["BBDEBUG"])
if level:
bb.msg.set_debug_level(level)
#######################################################################
#######################################################################
#
# SECTION: Debug
#
# PURPOSE: little functions to make yourself known
#
#######################################################################
#######################################################################
# Messaging convenience functions
def plain(*args):
bb.msg.plain(''.join(args))