From d8babbe08a6ff248fd1ee984e48a7de03ae53756 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Fri, 6 Nov 2020 09:34:56 -0500 Subject: bitbake: bb.ui: delete __init__.py to make bb.ui a namespace package This would permit creation of third-party UI modules without having to incorporate them directly into BitBake, with BitBake able to automatically discover them in the same way it finds its built-in UIs. See https://packaging.python.org/guides/packaging-namespace-packages/ (Bitbake rev: 991f92b4d15b0571b6a540964e5216d1b9728539) Signed-off-by: Chris Laplante Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/__init__.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bitbake/lib/bb/ui/__init__.py (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/__init__.py b/bitbake/lib/bb/ui/__init__.py deleted file mode 100644 index 4b7ac36ca6..0000000000 --- a/bitbake/lib/bb/ui/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# -# BitBake UI Implementation -# -# Copyright (C) 2006-2007 Richard Purdie -# -# SPDX-License-Identifier: GPL-2.0-only -# -- cgit v1.2.3-54-g00ecf