aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/kaffe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/kaffe')
-rw-r--r--recipes-qtopia/kaffe/kaffe.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qtopia/kaffe/kaffe.inc b/recipes-qtopia/kaffe/kaffe.inc
index d0997de..605e1c0 100644
--- a/recipes-qtopia/kaffe/kaffe.inc
+++ b/recipes-qtopia/kaffe/kaffe.inc
@@ -37,10 +37,10 @@ oe_runconf () {
--mandir=${mandir} \
${EXTRA_OECONF} \
$@"
- oenote "Running $cfgcmd..."
- $cfgcmd || oefatal "oe_runconf failed"
+ bbnote "Running $cfgcmd..."
+ $cfgcmd || bbfatal "oe_runconf failed"
else
- oefatal "no configure script found"
+ bbfatal "no configure script found"
fi
}