On 4/11/19 11:29 PM, Richard Purdie wrote:

On Mon, 2019-11-04 at 17:52 +1300, Douglas Royds via Openembedded-core
wrote:
Mostly just longer (and hopefully more meaningful) variable names.
"Mostly" - what else is in there?


Readability changes only.

 * Longer variable names
 * Reworded some comments
 * Some extra blank lines (as visual paragraph breaks)

I replaced this comment + hard-coded string-length:

   # We already know it starts with FILERDEPENDS_
   filerdepends[subkey] = key[13:]

With this one-liner:

   unsatisfied_rdepends[target_dependency] =
   executable_that_rdepends[len('FILERDEPENDS_'):]


-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to