aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-22 18:18:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 12:49:15 +0100
commit0cbf5dcaf9f67522bd58d868aa01f28e846dfc19 (patch)
tree71725c3967676643935864a39ac08a510fc7a478 /bin
parent1548edcd18a78bab74cde39167169f11ba3c4d58 (diff)
downloadbitbake-0cbf5dcaf9f67522bd58d868aa01f28e846dfc19.tar.gz
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-layers3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 746d79dde..3d563b5fc 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -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):