On Sun, Nov 18, 2018 at 10:35:08AM -0800, Khem Raj wrote: > perhaps inheriting cmake, gettext and pythonnative classes is > appropriate here instead of adding > them to depends Thank you. I have tried doing that but I was not fully successful. For instance, inheriting cmake is probably not going to work well, because the compilation uses standard make, which then calls cmake. I am not sure whether there is a scenario for such a case within the cmake bbclass.
So, I have only added inheritance from gettext and pkgconfig. I have also removed pythonnative, because apparently it is not needed and the recipe seems to be working well without it. Finally, I have cleaned-up other parts which seemed unused or unnecessary. > missing SRCREV, we need a locked down SHA Oh, I was not aware of that. Added. I will send the v2 of the patch shortly. Regards Peter Bašista -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
