linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] Fixes for meta-bc/yocto morty


From: Jeroen van der Laan
Subject: [Linphone-users] Fixes for meta-bc/yocto morty
Date: Wed, 14 Feb 2018 09:26:10 +0000

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 when I do a bitbake core-image-minimal with linphone excluded followed 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?


The third problem that I encounter is the already solved problem with the libav bbappend fil. It is fixed in commit 2d866ada8359e83d67844d226b10c03783de3c40. The problem is that this commit is on the krogoth branch. Can you merge this into master?


Best regards,

Jeroen van der Laan



Gratis kaarten


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.


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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]