From 05129b857915ac93254469aa3c5e0207e234d922 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 23 Jul 2009 10:44:55 -0700 Subject: 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 --- classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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:" $* } -- cgit 1.2.3-korg