Re: [linux-yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Paul Gortmaker
On 2015-07-29 09:07 AM, Laurent Joli wrote: Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. This list is primarily for kernel development. https://www.yoctoproject.org/tools-resources/community/mailing-lists Paul. -- I will show you my recipe :

Re: [linux-yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Bruce Ashfield
Hi LJO, We focus on kernel issues on this mailing list, for a recipe question like this, I'd suggest either the poky or yocto mailing lists. There are folks on those lists that can likely offer suggestions. But before posting there, make sure you've checked out the relevant Yocto and oe-core

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Gary Thomas
On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. I will show you my recipe : /**/ DESCRIPTION = asterisk PBX DEPENDS = openssl ncurses sqlite3 libxml2 jansson curl libxslt HOMEPAGE =

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi Gary, 2015-07-29 15:22 GMT+02:00 Gary Thomas g...@mlbassoc.com: On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. I will show you my recipe : /**/ DESCRIPTION = asterisk PBX DEPENDS =

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 14:42, Laurent Joli l.j...@expemb.com wrote: | Must specify package names on the command line Looks like you forgot to tell pkgconfig what you are looking for (libxml-2.0). Ross -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. I will show you my recipe : /**/ DESCRIPTION = asterisk PBX DEPENDS = openssl ncurses sqlite3 libxml2 jansson curl libxslt HOMEPAGE = http://www.asterisk.org; LICENSE = GPLv2

Re: [linux-yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi ross.burton , 2015-07-29 15:19 GMT+02:00 Burton, Ross ross.bur...@intel.com: On 29 July 2015 at 14:07, Laurent Joli l.j...@expemb.com wrote: | checking for xml2-config... /media/ljoli/disk_one/compile_fido/build/tmp/sysroots/cgtqmx6/usr/bin/crossscripts/xml2-config Firstly what Bruce

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 15:40, Laurent Joli l.j...@expemb.com wrote: But How can do that in my configure file of asterisk ? If that is a proper autoconf configure script then remove your do_configure() task and just inherit autotools. You'll also want to inherit pkgconfig.

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Gary Thomas
On 2015-07-29 07:25, Laurent Joli wrote: Hi Gary, 2015-07-29 15:22 GMT+02:00 Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com: On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors.

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hello Gary, 2015-07-29 15:38 GMT+02:00 Gary Thomas g...@mlbassoc.com: On 2015-07-29 07:25, Laurent Joli wrote: Hi Gary, 2015-07-29 15:22 GMT+02:00 Gary Thomas g...@mlbassoc.com mailto: g...@mlbassoc.com: On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I