On 25 January 2017 at 13:03, Ismo Puustinen <[email protected]> wrote:
> +PACKAGECONFIG ??= "readline gdbm db" > +PACKAGECONFIG[readline] = ",,readline" > +PACKAGECONFIG[gdbm] = ",,gdbm" > +PACKAGECONFIG[db] = ",,db" > Whilst recipe-specific-sysroots makes this mostly moot, if the configure script uses AC_CHECK_LIB or similar then you can seed the result of that with the right cache variable (such as something like ac_cv_readline=no). Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
