On 29 July 2015 at 15:40, Laurent Joli <[email protected]> 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-config-guide.html#using shows how to use pkgconfig, as you're invoking it from a configure script you can use the macros at the end of that chapter (PKG_CHECK_MODULES, normally). Ross
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
