aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-07-23 10:44:55 -0700
committerChris Larson <clarson@mvista.com>2009-07-23 10:44:55 -0700
commit05129b857915ac93254469aa3c5e0207e234d922 (patch)
tree169b937196ea9d6fc43e25e5f863d82702a538e7 /classes
parentd715da0ab6fecb85d1bd4722dbc315a6ec079599 (diff)
downloadbitbake-05129b857915ac93254469aa3c5e0207e234d922.tar.gz
Update the minimal base.bbclass & bitbake.conf.
I could argue in favor of the removal of these entirely, as their usefulness is limited, and I've yet to see anyone use bitbake for anything without using OE as a base. It's something to consider, anyway, but this at least makes them parse without complaining. Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index cfb82a41c..bd637e517 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -41,7 +41,7 @@ bbdebug() {
exit 1
}
- test ${@bb.msg.debug_level} -ge $1 && {
+ test ${@bb.msg.debug_level['default']} -ge $1 && {
shift
echo "DEBUG:" $*
}