From 951cbf3f65f347c7a7bbcae193218f9187a15fbf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 23 Feb 2011 10:48:51 -0800 Subject: bitbake: Remove in-tree version Bitbake should be used by checking it out from its own repo Signed-off-by: Khem Raj --- bitbake/lib/ply/__init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 bitbake/lib/ply/__init__.py (limited to 'bitbake/lib/ply/__init__.py') diff --git a/bitbake/lib/ply/__init__.py b/bitbake/lib/ply/__init__.py deleted file mode 100644 index 853a98554..000000000 --- a/bitbake/lib/ply/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# PLY package -# Author: David Beazley (dave@dabeaz.com) - -__all__ = ['lex','yacc'] -- cgit v1.2.3