]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: set up priority system for recipe handlers
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:01 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commit0219d4fb9cefcee635387b46fc1d215f82753d92
tree5e3bb01f75c3e7d62a900fc17fd3ce658b259567
parent83b1245b2638eb5d314fe663d33cd52a776a34a7
recipetool: create: set up priority system for recipe handlers

Sometimes we want to force one handler to run before another; if the two
handlers are in different plugins that's difficult without some kind of
priority number, so add one and sort by it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py