[OE-core] [PATCH 1/9] meson: add a recipe and class from meta-oe

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Dec 15 14:57:49 UTC 2017


On 12/07/2017 05:06 PM, Peter Kjellerstedt wrote:

>> +    return d.getVar(var, True).replace(d.getVar('prefix', True) + '/', '', 1)
> 
> Remove the True argument to d.getVar().
>> +    return "', '".join(d.getVar(var, True).split()).join(("'", "'"))
> 
> Remove True here as well.

Thanks, done.

Alex



More information about the Openembedded-core mailing list