[oe] [meta-multimedia][PATCH] Add a working tvheadend recipe

Peter Bašista pbasista at gmail.com
Fri Nov 23 01:47:24 UTC 2018


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


More information about the Openembedded-devel mailing list