[OE-core] [PATCH 2/2] python3: make readline, gdbm, and db support conditional.

Burton, Ross ross.burton at intel.com
Wed Jan 25 15:05:38 UTC 2017


On 25 January 2017 at 13:03, Ismo Puustinen <ismo.puustinen at intel.com>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170125/d83b15fe/attachment-0002.html>


More information about the Openembedded-core mailing list