[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-commits
Subject:    [oe-commits] [openembedded-core] 01/02: lib/oe/packagedata: Add import os
From:       git () git ! openembedded ! org (git at git ! openembedded ! org)
Date:       2016-03-31 22:55:39
Message-ID: 20160331225538.F034150314 () opal ! openembedded ! org
[Download RAW message or body]

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

commit da4df2313c8df92cf321a7631a9a389f895d4615
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 31 23:53:37 2016 +0100

    lib/oe/packagedata: Add import os
    
    So that the packagedata module can be used externally to the core OE
    environment, add a missing import.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oe/packagedata.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py
index cd5f044..bc0fd06 100644
--- a/meta/lib/oe/packagedata.py
+++ b/meta/lib/oe/packagedata.py
@@ -1,4 +1,5 @@
 import codecs
+import os
 
 def packaged(pkg, d):
     return os.access(get_subpkgedata_fn(pkg, d) + '.packaged', os.R_OK)

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic