[OE-core] [PATCH 4/4] man/texinfo: conditionally add gzip/bzip2/xz to RDEPENDS

Hongxu Jia hongxu.jia at windriver.com
Wed Sep 24 15:02:21 UTC 2014


On 09/24/2014 10:45 PM, Burton, Ross wrote:
> On 24 September 2014 12:38, Hongxu Jia <hongxu.jia at windriver.com> wrote:
>> +    if "compress_doc" in d.getVar("INHERIT", True):
> You'll want to split() the INHERIT variable so you're searching for a
> member and not a substring:
>
> if "compress_doc" in d.getVar("INHERIT", True).split()
>
> Without splitting, an inherited class called decompress_docker will
> trigger your code.

Yes, I will fix that, thanks for figuring that out

//Hongxu

>
> Ross




More information about the Openembedded-core mailing list