]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: Verify that the package manifests are not empty
authorMark Hatle <mark.hatle@windriver.com>
Mon, 11 Jun 2012 18:18:59 +0000 (13:18 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jun 2012 10:09:40 +0000 (11:09 +0100)
commit9b115181a8b10ec1eb8eac355405695f63e2e011
tree4438a3b3c843e1880a3eb9d09787a4fb1144d848
parent24786ccbbdd1188aad4d8508e1757d38798b6f81
package_rpm: Verify that the package manifests are not empty

An empty manifest will cause a failure condition.  We ensure that any install
actions occur only with a manifest larger then size 0.  Also ensure that padding
is added to the end of the manifest, instead of the beginning to enable this
size check.  (Padding is required for very small manifest files..)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass