[OE-core] [PATCH 07/10] man-db: replace the outdated man implementation

Burton, Ross ross.burton at intel.com
Thu Feb 22 12:49:54 UTC 2018


On 12 February 2018 at 11:05, Alexander Kanavin <
alexander.kanavin at linux.intel.com> wrote:

> +    if "compress_doc" in (d.getVar("INHERIT") or "").split():
>

This breaks the sstate selftests as the hash code doesn't know what you're
looking for in INHERIT so the entire value of INHERIT has to go into the
hash.  By changing this to use bb.utils.contains() the hash can simply
reflect whether the value you're after is present or not.

Yes, this is what the old recipe did, but it also overwrote RDEPENDS later
so this function was never called. :)

(squashed into my branch)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180222/33c2cc29/attachment-0002.html>


More information about the Openembedded-core mailing list