From 72e0b43e0149ba63936aae69bc6028e997f7df12 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 22 Jul 2011 18:18:50 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/bin/bitbake-layers | 3 --- 1 file changed, 3 deletions(-) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 746d79ddec..3d563b5fca 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): -- cgit v1.2.3-54-g00ecf