aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-25 02:19:44 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:43:07 +0100
commit65d891bd2eaaa38b8f302f33fdf8eee3d39b67c0 (patch)
treeb482f2e5b1e101af6b9239cb12aed49f246a6e9b /recipes-qtopia
parentfc4278c476f0c4dfba521bb52e3e18004b2cd075 (diff)
downloadmeta-opie-65d891bd2eaaa38b8f302f33fdf8eee3d39b67c0.tar.gz
Fix for OE-core change to logging commands
Fix for oenote -> bbnote, oefatal -> bbfatal etc. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-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
}