Hi
I have an extra BitBake layer that depends on Fetch2 mechanism. Unfortunately, it looks like lots of recipes provided in CoreCDP 2.2 are not compatible with it as I am getting errors similar to this one (when using env var BBFETCH2):
ERROR: Error evaluating '${@patch_deps(d)}'
Traceback (most recent call last):
File "/home/aklimenko/Multitech/corecdp-2.2.2/bitbake/lib/bb/data_smart.py", line 118, in expandWithRefs
s = __expand_python_regexp__.sub(varparse.python_sub, s)
File "/home/aklimenko/Multitech/corecdp-2.2.2/bitbake/lib/bb/data_smart.py", line 76, in python_sub
value = utils.better_eval(codeobj, DataContext(self.d))
File "/home/aklimenko/Multitech/corecdp-2.2.2/bitbake/lib/bb/utils.py", line 387, in better_eval
return eval(source, _context, locals)
File "<expansion>", line 1, in <module>
File "patch.bbclass", line 5, in patch_deps
AttributeError: 'module' object has no attribute 'init'
ERROR: Error parsing /home/aklimenko/Multitech/corecdp-2.2.2/openembedded/recipes/dzen2/dzen2_svn.bb: 'module' object has no attribute 'init'
I am not too deep familiar with BitBake and OpenEmbedded so I admit that I might miss something here.
Appreciate any advices.
Regards