]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: fetch PRIVATE_LIBS twice as we iterate twice
authorRoss Burton <ross.burton@intel.com>
Wed, 28 Feb 2018 23:06:30 +0000 (23:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2018 22:16:46 +0000 (22:16 +0000)
commit8c90c0081c38b33c99655f806cbe668600c170cc
tree748a124f385117d4db343b01a4fef71aac2ef8ba
parent4889704fed9ec205eb964b9e8ee7ff384e5c741d
package.bbclass: fetch PRIVATE_LIBS twice as we iterate twice

The shlibs detection/handling iterates the package list twice, but PRIVATE_LIBS
is only fetched in the first loop which means the second loop only considers the
value set.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass