On 12 February 2018 at 11:05, Alexander Kanavin <
alexander.kana...@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
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to