Update semantic meaning of %pkgddeps to report circle in time
authorZhang Qiang <qiang.z.zhang@intel.com>
Sun, 9 Jun 2013 07:03:46 +0000 (15:03 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 14 Jun 2013 02:06:13 +0000 (10:06 +0800)
commite6c82477e6abd99155f2241200374b7e53cefb41
tree4860ab0f2dd7fbc758396221ddfe38347cfa282f
parent533eed5c4ea641f6be5b763d6537e5ffe72a50f9
Update semantic meaning of %pkgddeps to report circle in time

In the old design, %pkgddeps only contains package already ready to
be built, that means all it's build dependencies already there.
In that case, some circle will not be reportted earlier.

Now, we changed it, all packages will go into %pkgddeps, and find as
many dependencies as possible.

Change-Id: I766f6c8bef710a22f4906ffa9e8695161985bea1
depanneur