]> code.ossystems Code Review - openembedded-core.git/commit
devtool: move edit-recipe to a separate module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 26 Jan 2016 02:53:53 +0000 (15:53 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jan 2016 18:04:35 +0000 (18:04 +0000)
commit5089b93f5b341dc28c343f7afe15efda2081ed36
treee8ae9e6603c9046e3dab88e6751f7067fff78d1d
parentf94d9be17d727b37dc655e7be272db2f290436aa
devtool: move edit-recipe to a separate module

standard.py is getting a bit large; move the "utility" commands to
another module.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py
scripts/lib/devtool/utilcmds.py [new file with mode: 0644]