[OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

Martin Jansa martin.jansa at gmail.com
Fri Jun 28 12:28:56 UTC 2013


It's failing in my world builds too now, you can see log here:
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130627_214856.log/bitbake.log

Cheers,


On Fri, Jun 28, 2013 at 2:07 PM, Jonathan Liu <net147 at gmail.com> wrote:

> On 15/06/2013 10:06 AM, Jonathan Liu wrote:
>
>> The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG
>> pointing to the qt4 qconfig.pri when it should be pointing to the
>> qt4-embedded qconfig.pri.
>>
>> Signed-off-by: Jonathan Liu <net147 at gmail.com>
>> ---
>>   meta/classes/qt4e.bbclass | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
>> index de2a68d..13b1050 100644
>> --- a/meta/classes/qt4e.bbclass
>> +++ b/meta/classes/qt4e.bbclass
>> @@ -9,6 +9,7 @@ QT_LIBINFIX = "E"
>>   # override variables set by qmake-base to compile Qt/Embedded apps
>>   #
>>   export QMAKESPEC = "${STAGING_DATADIR}/${QT_DIR_**
>> NAME}/mkspecs/${TARGET_OS}-oe-**g++"
>> +export OE_QMAKE_QT_CONFIG = "${STAGING_DATADIR}/${QT_DIR_**
>> NAME}/mkspecs/qconfig.pri"
>>   export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/${QT_DIR_**NAME}"
>>   export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
>>   export OE_QMAKE_LIBS_QT = "qt"
>>
> Hi Saul,
>
> Do you have a log of the error you had building qt4-embedded with this
> patch?
>
> Regards,
> Jonathan
>
> ______________________________**_________________
> Openembedded-core mailing list
> Openembedded-core at lists.**openembedded.org<Openembedded-core at lists.openembedded.org>
> http://lists.openembedded.org/**mailman/listinfo/openembedded-**core<http://lists.openembedded.org/mailman/listinfo/openembedded-core>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130628/fc1d94ce/attachment-0002.html>


More information about the Openembedded-core mailing list