]> code.ossystems Code Review - openembedded-core.git/commit
packagedata.py: Fix read_subpkgdata_dict()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 15:01:18 +0000 (16:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 15:01:20 +0000 (16:01 +0100)
commitad098e40e8c57727892819e131bf18308bf244d2
tree74d09618399bd4d6a8ea8b1bd287a5aa3c145080
parentc2ce3573fb2816cd2023a56b364fae4c0f4455ae
packagedata.py: Fix read_subpkgdata_dict()

If both VAR and VAR_foo are in subd, we need to ensure VAR_foo gets
returned. Currently the code would work randomly. The only current
user is the rpm packaging backend.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/packagedata.py