[oe-commits] [bitbake] 07/08: event: drop some unused events

git at git.openembedded.org git at git.openembedded.org
Thu Jun 15 23:21:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 03ba8db0595723286ad462fa197f862e1efdf0de
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Thu Jun 15 16:33:28 2017 +0200

    event: drop some unused events
    
    These were all used by support code for the Hob UI which has been
    removed - nothing will currently fire or respond to these events.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/event.py | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/lib/bb/event.py b/lib/bb/event.py
index 6d8493b..eb5cd04 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -616,14 +616,6 @@ class FilesMatchingFound(Event):
         self._pattern = pattern
         self._matches = matches
 
-class CoreBaseFilesFound(Event):
-    """
-    Event when a list of appropriate config files has been generated
-    """
-    def __init__(self, paths):
-        Event.__init__(self)
-        self._paths = paths
-
 class ConfigFilesFound(Event):
     """
     Event when a list of appropriate config files has been generated
@@ -694,19 +686,6 @@ class LogHandler(logging.Handler):
         record.taskpid = worker_pid
         return True
 
-class RequestPackageInfo(Event):
-    """
-    Event to request package information
-    """
-
-class PackageInfo(Event):
-    """
-    Package information for GUI
-    """
-    def __init__(self, pkginfolist):
-        Event.__init__(self)
-        self._pkginfolist = pkginfolist
-
 class MetadataEvent(Event):
     """
     Generic event that target for OE-Core classes

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list