]> code.ossystems Code Review - openembedded-core.git/commit
Add Summary/Description support to packaging
authorMark Hatle <mark.hatle@windriver.com>
Wed, 29 Sep 2010 15:11:24 +0000 (10:11 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 21:13:14 +0000 (22:13 +0100)
commitb2f2590e6c566d1ed4df87cf52279106497d584d
tree3e0b27e130a0f878f87b8843e9486411925e5a96
parent5783e717ee9f503d8e03992306a6b9ddfda6f73e
Add Summary/Description support to packaging

[BUGID #281]

Add the ability for the deb, ipk and rpm classes to use the new summary
and description fields.  The Description is wrapped around 75 characters
to ensure a reasonably nice, presentable description.

(Summary defaults to the description if Summary is not defined.)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass