summaryrefslogtreecommitdiff
path: root/meta/lib/oe/packagedata.py
AgeCommit message (Collapse)AuthorFiles
2011-06-23packagedata.py: Fix read_subpkgdata_dict()Richard Purdie1
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>
2011-05-20packagedata: don't choke on empty PACKAGESChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-05-20Move packagedata code into oe.packagedata (sync from OE)Chris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>