]> code.ossystems Code Review - openembedded-core.git/commit
classes/package: set SUMMARY in do_split_packages()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sat, 28 Dec 2013 19:58:39 +0000 (19:58 +0000)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 2 Jan 2014 21:16:50 +0000 (21:16 +0000)
commit2b3080831042ffab26d70c3feee232fc31aa591a
treed5395ab07dfef62fee92a6ebcd3a84817f38bde1
parent4b022399815f32166c402d458a40afa6470fc776
classes/package: set SUMMARY in do_split_packages()

do_split_packages() is commonly used to split out plugin/module packages
dynamically within recipes. If it doesn't set SUMMARY for each of these
packages then they get a generic SUMMARY from the recipe, which isn't
particularly useful; so add a parameter to set this and default it from
the current description parameter (it ought to have been the other way
around, but the description parameter is what we currently have in use
by all recipes that use this function.)

Fixes [YOCTO #5406].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/package.bbclass