In the do_rootfs log, I found these messages:

Breaking circular dependency on python-core for libz1.
Breaking circular dependency on python-core for python-lang.
Breaking circular dependency on python-core for libz1.
Breaking circular dependency on python-core for python-lang.
Breaking circular dependency on python-core for python-re.
Breaking circular dependency on python-core for python-re.

Looking at the Python recipes, the package information for Python seems wrong indeed, in python-2.7-manifest.inc:

RDEPENDS_${PN}-re="${PN}-core"
RDEPENDS_${PN}-lang="${PN}-core"
RDEPENDS_${PN}-core="${PN}-lang ${PN}-re"

And this is what creates that cycle. Either core depends on lang, or vice versa, but not both (or they should simply be one and the same package)

I'd be happy to provide a patch either way...


--
Mike Looijmans


Kind regards,

Mike Looijmans
System Expert

TOPIC Products
Materiaalweg 4, NL-5681 RJ Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijm...@topicproducts.com
Website: www.topicproducts.com

Please consider the environment before printing this e-mail





--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to