[oe-commits] [openembedded-core] 08/15: lib/oe/patch: add missing import

git at git.openembedded.org git at git.openembedded.org
Thu Dec 28 13:23:33 UTC 2017


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

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

commit 9a3af25d6addb9ea9371372b60e1d1b9d49d37a8
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Dec 22 21:57:53 2017 +1300

    lib/oe/patch: add missing import
    
    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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):

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


More information about the Openembedded-commits mailing list