]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix regression in -dbg packages introduced by explode_dep_versions...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2012 08:58:24 +0000 (09:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2012 09:02:00 +0000 (10:02 +0100)
commit7219bca11f554fbe2ed30f1537491987d65e9316
treef629c80be51fd7c1d52c030fc21cba6086e50409
parentb2e8cc5ae227656211fb7f32260e7dc4e2fb556e
package.bbclass: Fix regression in -dbg packages introduced by explode_dep_versions change

We need to iterate over the dictionary pulling out the values, not take the top
level keys. If we don't do this, we end up with dependencies on the values of
PACKAGES, not library dependencies.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass