[poky] Qt should be linked to openssl at compilation

William Mills wmills at ti.com
Wed Nov 16 13:57:00 PST 2011



On 11/16/2011 04:32 PM, Mark Hatle wrote:
> On 11/16/11 3:20 PM, Francois Dupoux wrote:
>> ----- Original Message -----
>> From: "Mark Hatle"<mark.hatle at windriver.com>
>> To: poky at yoctoproject.org
>> Sent: Wednesday, 16 November, 2011 8:57:14 PM
>> Subject: Re: [poky] Qt should be linked to openssl at compilation
>>
>>> So it would be great to just link Qt with openssl so that all SSL 
>>> related classes can work.
>>>
>>> We just need to add "-openssl-linked" to QT_CONFIG_FLAGS in 
>>> recipes-qt/qt4.
>>
>> Slightly off topic perhaps, but are you using the RPM packaging 
>> back-end?
>>
>> This should have identified the usage of the openssl library and 
>> added it to the
>> dependency set.  If it didn't I'm interested to know why it failed to 
>> detect it.
>>
>> This is an outstanding enhancement request to add that same level of 
>> dependency
>> detection to deb and ipkg.  Until then, if you want to use deb or 
>> ipkg you will
>> likely need to add an RDEPENDS to openssl to get the dynamic version.
>>
>> Hi Mark,
>>
>> Yes, I am using RPM packages, with the latest stable version (poky-6.0)

Francois,  are you building your application using bitbake or 
externally?  Are you adding it to your board using an RPM package or 
just coping it there?

If your building it externally and just copying it, all the magic others 
are talking about won't happen.  However you can just add the openssl 
packages to you target.  You can do this by building them and using RPM 
or you can create a custom image/task recipie and add the needed 
packages.  You could even use HOB if you want an easy way to create a 
custom image.

If your building your app in bitbake, then ignore me and continue your 
conversation with Mark.






More information about the poky mailing list