]> code.ossystems Code Review - openembedded-core.git/commit
oe/process.py: remove it since it is unused and duplicated
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 24 May 2012 09:08:53 +0000 (17:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 10:17:35 +0000 (11:17 +0100)
commitd56062cbf92ef206bf06c767befacb66927a9a36
tree586ccded10de06d51ea42616f16613d88009d376
parent15ad62ab1be060d8a7cdc2d28167ea3af4cfd5d5
oe/process.py: remove it since it is unused and duplicated

The meta/lib/oe/process.py is only used by oe_run and oe_popen in
meta/classes/utils.bbclass, and they will be removed, we have a better
one: bitbake/lib/bb/process.py, which can replace of it.

[YOCTO #2489]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/lib/oe/process.py [deleted file]