bitbake-layers: remove unneeded do_EOF

do_EOF is only needed when using the Python cmd class in line-oriented
mode - we are just sending single commands to it.

(Bitbake rev: 0cbf5dcaf9f67522bd58d868aa01f28e846dfc19)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2011-07-22 18:18:50 +01:00 committed by Richard Purdie
parent d7e17ee92f
commit 72e0b43e01
1 changed files with 0 additions and 3 deletions

View File

@ -240,9 +240,6 @@ Recipes are listed with the bbappends that apply to them as subitems.
notappended.append(basename)
return appended, notappended
def do_EOF(self, line):
return True
class Config(object):
def __init__(self, **options):