qmake_base.bbclass patch to lookup for *.pro within ${S} instead of ${B}
authorDenis Dydychkin <nyrl@mail.ru>
Mon, 27 Dec 2010 19:59:21 +0000 (19:59 +0000)
committerKhem Raj <raj.khem@gmail.com>
Fri, 7 Jan 2011 22:42:33 +0000 (14:42 -0800)
commitd81a0f0623776e2d2de44863cd6869f829834046
treea1b0d72cbe1b8ded88e59910b6505be7040b7de1
parentd470cfde5bd1d4c9ab23a37d286456726711229f
qmake_base.bbclass patch to lookup for *.pro within ${S} instead of ${B}

qmake_base.bbclass from release-2010.12 has ability to lookup for QMAKE_PROFILES if none specified by recipe. Unfortunately it does that in ${B} directory instead of ${S}, thus it does not work if they differ.

Here is suggested patch:

Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/qmake_base.bbclass