summaryrefslogtreecommitdiffstats
path: root/bitbake/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-16 15:02:15 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-16 15:02:15 +0000
commit306b7c7a9757ead077363074e7bbac2e5c03e7c5 (patch)
tree6935017a9af749c46816881c86258f514384ba1c /bitbake/classes
parent65930a38e415ae4a0182e1cea1be838e0ada50ee (diff)
downloadpoky-306b7c7a9757ead077363074e7bbac2e5c03e7c5.tar.gz
bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/classes')
-rw-r--r--bitbake/classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/classes/base.bbclass b/bitbake/classes/base.bbclass
index 1d75964f57..cfb82a41cb 100644
--- a/bitbake/classes/base.bbclass
+++ b/bitbake/classes/base.bbclass
@@ -41,7 +41,7 @@ bbdebug() {
41 exit 1 41 exit 1
42 } 42 }
43 43
44 test ${@bb.debug_level} -ge $1 && { 44 test ${@bb.msg.debug_level} -ge $1 && {
45 shift 45 shift
46 echo "DEBUG:" $* 46 echo "DEBUG:" $*
47 } 47 }