All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/oe/patch: add missing import
@ 2017-12-22  8:57 Paul Eggleton
  0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2017-12-22  8:57 UTC (permalink / raw)
  To: openembedded-core

This module refers to oe.types, so it needs to actually import oe.types.
Fixes errors when parsing certain OE-Core recipes within the layer
index update script.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/lib/oe/patch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
index f1ab3dd..584bf6c 100644
--- a/meta/lib/oe/patch.py
+++ b/meta/lib/oe/patch.py
@@ -1,4 +1,5 @@
 import oe.path
+import oe.types
 
 class NotFoundError(bb.BBHandledException):
     def __init__(self, path):
-- 
2.9.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-22  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22  8:57 [PATCH] lib/oe/patch: add missing import Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.