Import oe.build in the OEHandler.
[vuplus_bitbake] / bin / oe / parse / OEHandler.py
index 3769038..9721ce0 100644 (file)
@@ -6,7 +6,7 @@
    Reads the file and obtains its metadata"""
 
 import re, oe, os, sys
-import oe.fetch
+import oe.fetch, oe.build
 from oe import debug, data, fetch, fatal
 
 from oe.parse.ConfHandler import include, localpath, obtain, init