Hi, I want to report fetch errors for uclibc. This is with bitbake git head from sep 25 and oe head from sep 26.
None of the recipes seems to fetch partly this is due to SRC_URI referring to http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \ whereas for pre 0.30 versions the src is in:http://www.uclibc.org/downloads/old-releases/ this is included in an .inc file which is used by both 0.30 and older versions. solution is probably to move the SRC_URI to the recipe, and adapt where needed Weird thing is that the .30 and .31 recipes do not fetch either: fr...@linux-suse:~/oe/openembedded/recipes/uclibc> bitbake -cfetch -b uclibc_0.9.31.bb ERROR: Command execution failed: Traceback (most recent call last): File "/home/frans/oe/bitbake/lib/bb/command.py", line 88, in runAsyncCommand commandmethod(self.cmds_async, self, options) File "/home/frans/oe/bitbake/lib/bb/command.py", line 174, in buildFile command.cooker.buildFile(bfile, task) File "/home/frans/oe/bitbake/lib/bb/cooker.py", line 650, in buildFile self.status.task_deps[fn]['depends'] = {} TypeError: 'NoneType' object does not support item assignment No idea what is going on and don't have time to peek into it right now. Frans. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
