Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ERROR: Unable to parse OE_IMPORTED[:=]
  2. Traceback (most recent call last):
  3. File "/home/builder/tmp/build/../oe-core/meta/lib/oe/data.py", line 1, in <module>:
  4.  
  5. def typed_value(key, d):
  6. """Construct a value for the specified metadata variable, using its flags
  7. File "/home/builder/tmp/build/../oe-core/meta/lib/oe/maketype.py", line 102, in <module>:
  8. continue
  9.  
  10. > register(name, obj)
  11. File "/home/builder/tmp/build/../oe-core/meta/lib/oe/maketype.py", line 89, in register(name='OEList', factory=<class 'oe.types.OEList'>):
  12. arguments."""
  13. > factory_setup(name, factory)
  14. available_types[factory.name] = factory
  15. File "/home/builder/tmp/build/../oe-core/meta/lib/oe/maketype.py", line 73, in factory_setup(name='OEList', obj=<class 'oe.types.OEList'>):
  16. """Prepare a factory for use."""
  17. > args, optional = get_callable_args(obj)
  18. extra_args = args[1:]
  19. File "/home/builder/tmp/build/../oe-core/meta/lib/oe/maketype.py", line 57, in get_callable_args(obj=<unbound method OEList.__init__>):
  20.  
  21. > sig = inspect.signature(obj)
  22. args = list(sig.parameters.keys())
  23. ExpansionError: Failure expanding variable OE_IMPORTED[:=], expression was ${@oe_import(d)} which triggered exception AttributeError: 'module' object has no attribute 'signature'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement