[oe] [meta-oe][PATCH 1/3] oe: add python namespace package

Christopher Larson kergoth at gmail.com
Tue Dec 15 19:37:45 UTC 2015


From: Christopher Larson <chris_larson at mentor.com>

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta-oe/lib/oe/__init__.py | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 meta-oe/lib/oe/__init__.py

diff --git a/meta-oe/lib/oe/__init__.py b/meta-oe/lib/oe/__init__.py
new file mode 100644
index 0000000..3ad9513
--- /dev/null
+++ b/meta-oe/lib/oe/__init__.py
@@ -0,0 +1,2 @@
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)
-- 
2.2.1




More information about the Openembedded-devel mailing list