aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qmake
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-qt/qmake
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-qt/qmake')
-rw-r--r--recipes-qt/qmake/qmake-native_1.07a.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qmake/qmake-native_1.07a.bb b/recipes-qt/qmake/qmake-native_1.07a.bb
index ac87b45..61ad118 100644
--- a/recipes-qt/qmake/qmake-native_1.07a.bb
+++ b/recipes-qt/qmake/qmake-native_1.07a.bb
@@ -27,7 +27,7 @@ do_configure() {
QMAKESPEC=
PLATFORM=${HOST_OS}-oe-g++
export PLATFORM
- oenote ./configure ${EXTRA_OECONF}
+ bbnote ./configure ${EXTRA_OECONF}
echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed"
}