]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm.bbclass: Fix incremental rpm image generation
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 9 May 2012 01:15:46 +0000 (09:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:34:49 +0000 (08:34 +0100)
commit5149630746626c6d416f26ab9dd1c7213fcd8c50
treee825e6a09a672f39399944d477f3d4d795ca6a2a
parentf26065629b6397d129db930268b72164f8e5d3e4
package_rpm.bbclass: Fix incremental rpm image generation

Fix the incremental rpm image generation, it didn't work since the code
has been changed.

The btmanifest should have a ".manifest" suffix, so that it can be moved
to ${T} by rootfs_rpm.bbclass:
mv ${IMAGE_ROOTFS}/install/*.manifest ${T}/

Note: The locale pkgs would always be re-installed.

[YOCTO #2440]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/package_rpm.bbclass