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:22 +0000 (10:02 +0100)
commit7b59e9a3d5f84f9f8ca23353ac951265546aa3fd
tree06f9d9406742bdd429d74a2550830908c38907b4
parent3f9a006f5d86ea0f8ed17cb03a3b34be6e883699
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.

(From OE-Core rev: 7219bca11f554fbe2ed30f1537491987d65e9316)

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