[bitbake-devel] [PATCH 6/6] bitbake-layers: remove unneeded do_EOF

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jul 22 17:30:35 UTC 2011


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 at linux.intel.com>
---
 bitbake/bin/bitbake-layers |    3 ---
 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):
-- 
1.7.4.1





More information about the bitbake-devel mailing list