From: Michael Lauer Date: Sun, 23 Apr 2006 01:01:29 +0000 (+0000) Subject: palmtop.bbclass: yet another typo X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b8f00a09c0bb8eb9733c509b253ef6614256e9;p=openembedded.git palmtop.bbclass: yet another typo --- diff --git a/classes/palmtop.bbclass b/classes/palmtop.bbclass index fb2f539589..e54d9e8587 100644 --- a/classes/palmtop.bbclass +++ b/classes/palmtop.bbclass @@ -9,7 +9,7 @@ inherit qmake EXTRA_QMAKEVARS_POST += "DEFINES+=QWS LIBS+=-lqpe CONFIG+=qt LIBS-=-lstdc++ LIBS+=-lsupc++" -EXTRA_QMAKEVARS_POST += "${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "CONFIG+=thread", "",d)}' +EXTRA_QMAKEVARS_POST += '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "CONFIG+=thread", "",d)}' DEPENDS_prepend = "virtual/libqpe1 uicmoc-native "