]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix do_shlibs
authorMark Hatle <mhatle@windriver.com>
Sat, 21 Aug 2010 19:21:02 +0000 (12:21 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 23 Aug 2010 14:27:36 +0000 (15:27 +0100)
commitb9f4ff1386bef3f8e3d4e7a5b0367a0d8731a7cd
tree7f52add33970b70b5e297e47f744ef2108f08380
parent5977534d5fbdc3e32200266c4ca978464413b3b8
package.bbclass: Fix do_shlibs

The current packages shlibs processing is written to a local temporary file.
This file is not consulted when evaluting the provider of the dependency,
instead we need to cache the local values into the dictionary while we write
the temp file.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
meta/classes/package.bbclass