On 12 July 2018 at 23:12, Giordon Stark <kra...@gmail.com> wrote:
> Hi Ross,
>
> Thanks. I saw that but the documentation doesn't explicitly mentioned
> EXTRA_OEMAKE. Is that the same as EXTRA_OECONF?

EXTRA_OEMAKE is what is passed to 'make' calls.  Your recipe is using
cmake, so you're extending EXTRA_OECMAKE, which is passed to cmake
calls.

If you read the documentation you'll see that PACKAGECONFIG is parsed
and the appropriate enabled/disabled options are added to
PACKAGECONFIG_CONFARGS, which cmake.bbclass adds to EXTRA_OECMAKE for
you.

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to