summaryrefslogtreecommitdiffstats
path: root/bitbake/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:54:17 +0100
commit72e0b43e0149ba63936aae69bc6028e997f7df12 (patch)
treefda6689db67e85c9f45e0f08e0d2f6db844a1c53 /bitbake/bin
parentd7e17ee92fb1ebcfe250668f7b4001c6a74a33ca (diff)
downloadast2050-yocto-poky-72e0b43e0149ba63936aae69bc6028e997f7df12.zip
ast2050-yocto-poky-72e0b43e0149ba63936aae69bc6028e997f7df12.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. (Bitbake rev: 0cbf5dcaf9f67522bd58d868aa01f28e846dfc19) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-layers3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers
index 746d79d..3d563b5 100755
--- a/bitbake/bin/bitbake-layers
+++ b/bitbake/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):
OpenPOWER on IntegriCloud