Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 15:40, Laurent Joli 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. http://people.freedesktop.org/~dbn/pkg-

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 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. I will show you my

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 14:42, Laurent Joli 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 https://lists.yoct

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 : > On 2015-07-29 07:25, Laurent Joli wrote: > >> >> 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

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 : > 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" >> DEPE

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 = "http:/

[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" LIC_FI