Dear all.

I've had some trouble compiling linphone for yocto:
My setup is:

Ubuntu 16.04.5 (latest LTS as of now)
Fsl community Yocto morty : 
https://github.com/Freescale/fsl-community-bsp-platform commit: 
7e83c9de6872fee03dc7a1b595f454f1a0b70bec
meta-bc: commit: 846ba5b278f7bd0f157a768001bd86256210ac1a

One fix is for an openssl dependency in polarssl:

diff --git a/recipes-bc/linphone/polarssl/polarssl.inc 
b/recipes-bc/linphone/polarssl/polarssl.inc
index c27e3de..dfadc04 100644
--- a/recipes-bc/linphone/polarssl/polarssl.inc
+++ b/recipes-bc/linphone/polarssl/polarssl.inc
@@ -6,6 +6,7 @@ SECTION = "libs/network"
 INC_PR = "r0"

 PN = "polarssl-bc"
+DEPENDS = "openssl"
 PROVIDES = "libpolarssl-bc"
 S = "${WORKDIR}/git"


I can only see this problems with a clean bitbake core-image-minimal with 
linphone included. There is no dependency problem. If I do a bitbake without 
linphone followied by bitbake linphone.

Another problem that I have encountered is that there is a path/antlr3 error 
for java whjen compiling belle-sip. I have  managed to solve this by installing 
antlr3 on my host. Can you add this to the compilation instructions on this 
site: 
https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Building%20Linphone%20with%20Yocto/
Or is there a better solution for this problem?



Best regards
Jeroen van der Laan


[Gratis 
kaarten]<https://www.databadge.net/zict2018/reg/?link=9dd4f3ca2e31020b57b6&lan=NL>


Dit e-mailbericht is uitsluitend bestemd voor de geadresseerde. Als dit bericht 
niet voor u bestemd is, wordt u vriendelijk verzocht dit aan de afzender te 
melden.
Van Breda BV staat door de elektronische verzending van dit bericht niet in 
voor de juiste en volledige overbrenging van de inhoud, noch voor tijdige 
ontvangst daarvan.
Voor informatie over Van Breda BV raadpleegt u 
www.vanbreda.nl<http://www.vanbreda.nl>.

This e-mail is intended for the addressee's eyes only. If you are not the 
intended recipient, you are hereby kindly requested to inform the sender of 
this.
In view of the electronic nature of this communication, Van Breda BV is neither 
liable for the proper and complete transmission of the information contained 
therein nor for any delay in its receipt.
For information about Van Breda BV, direct your browser to 
www.vanbreda.nl<http://www.vanbreda.nl>.
_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to