From: Koen Kooi Date: Mon, 2 Jul 2007 11:04:53 +0000 (+0000) Subject: qmake-base.bbclass: don't strip binaries, that breaks debug builds, let OE take care... X-Git-Tag: Release-2010-05/1~8868^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8022111c8787f65ce252430c05368074b3f490e;p=openembedded.git qmake-base.bbclass: don't strip binaries, that breaks debug builds, let OE take care of it --- diff --git a/classes/qmake-base.bbclass b/classes/qmake-base.bbclass index 09694e97b8..b623b34aaa 100644 --- a/classes/qmake-base.bbclass +++ b/classes/qmake-base.bbclass @@ -13,7 +13,7 @@ export OE_QMAKE_CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" export OE_QMAKE_LDFLAGS="${LDFLAGS}" export OE_QMAKE_LINK="${CCLD}" export OE_QMAKE_AR="${AR}" -export OE_QMAKE_STRIP="${STRIP}" +export OE_QMAKE_STRIP="echo" export OE_QMAKE_UIC="${STAGING_BINDIR_NATIVE}/uic" export OE_QMAKE_MOC="${STAGING_BINDIR_NATIVE}/moc" export OE_QMAKE_RCC="non-existant"