| Submitter | Mark Hatle |
|---|---|
| Date | May 24, 2012, 7:11 p.m. |
| Message ID | <cover.1337886141.git.mark.hatle@windriver.com> |
| Download | mbox |
| Permalink | /patch/28639/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib mhatle/packageComments
On 05/24/2012 12:11 PM, Mark Hatle wrote: > 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(-) > Merged into OE-Core Thanks Sau!