From: Holger Hans Peter Freyther Date: Mon, 11 Jan 2010 12:58:31 +0000 (+0100) Subject: qtwebkit-performance-utilities.inc: Use += to not undo qt4e X-Git-Tag: Release-2010-05/1~898^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ce766db26233fdd16c85e9b3008a17596b17ec;p=openembedded.git qtwebkit-performance-utilities.inc: Use += to not undo qt4e Append to the extra qmake variables instead of assigning it. This means that the original qt4e extra variables will be passed to qmake and we will link to the QtE libraries again. --- diff --git a/recipes/webkit/qtwebkit-performance-utilities.inc b/recipes/webkit/qtwebkit-performance-utilities.inc index 9041a28247..1fc7edbaab 100644 --- a/recipes/webkit/qtwebkit-performance-utilities.inc +++ b/recipes/webkit/qtwebkit-performance-utilities.inc @@ -7,7 +7,7 @@ SRC_URI = "git://gitorious.org/qtwebkit/performance.git;protocol=git" S = "${WORKDIR}/git" PV = "0.1+gitr${SRCREV}" -EXTRA_QMAKEVARS_PRE = "INSTALL_DIR=${bindir}" +EXTRA_QMAKEVARS_PRE += "INSTALL_DIR=${bindir}" FILES_${PN} = "${bindir}/qtwebkit-benchmark/*" FILES_${PN}-dbg = "${bindir}/qtwebkit-benchmark/.debug/*"