After numerous attempts to try to remotely help people stuck by the QA test that a base package requires a -dev package, I needed to figure out a way to add diagnostics to the logs to help identify what was happening.
The patch adds some basic diagnostics to indicate what dependency was found and what package it triggered to be added to the rdepends. In addition it was observed that a lot of duplicate processing was occuring so I modifed the system to eliminate the duplicates. This has the potential to improve performance, but I was not able to measure anything statistically significant in my builds. The following changes since commit 0f795f81fe5ad3ef78c21a177eca90fbc8810f81: qemu: disable vnc-jpeg compression (2012-05-24 08:53:40 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/package http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/package Mark Hatle (1): package.bbclass: Add additional debugging for dependencies meta/classes/package.bbclass | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) -- 1.7.3.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
